dœcentral
  • 👋Intro
  • ⭐Getting started
  • ❓FAQ
  • Authorization
    • 🔐Authorization
  • Tasks
    • ✅Today
    • ☑️Tomorrow
  • User
    • ⚙️User settings
  • Public
    • 🔗Connections
    • 📱Integrations
Powered by GitBook
On this page
  • User settings
  • Options of settings

Was this helpful?

  1. User

User settings

Get and set the user and connection settings

PreviousTomorrowNextConnections

Last updated 3 years ago

Was this helpful?

In order to get the right tasks, most of the connections need a configuration. This endpoint allows you to read and also set the required settings.

User settings

GET https://api.dœcentral.com/user/settings

Query Parameters

Name
Type
Description

prettyprint

boolean

{
    // Response
}

Options of settings

The available options are available as an object in the . For every connection you'll find an object called settings.

Example:

    {
      "color": "#333",
      "slug": "google-calendar",
      "icon": "https://icongr.am/simple/googlecalendar.svg?size=32&colored=true",
      "name": "Google Calendar",
      "settings": {
        "calendar": {
          "type": "array",
          "desc": "List of calendar",
          "name": "Calendar"
        }
      },
      "public": true,
      "status": "Live",
      "_id": 2
    }
⚙️
connections endpoint