Connector credentials

Create a credential

Manually create a credential record.

post/v3/connectors/{provider}/creds

Path parameters

provider'google' | 'microsoft' | 'imap' | 'icloud' | 'yahoo' | 'ews' | 'virtual-calendar' | 'zoom' | 'nylas' required
Example:google

Request body

OR
OR

Example request

{
  "name": "Google auth app \\#2 multitenant",
  "credential_type": "connector",
  "credential_data": {
    "client_id": "3805ABCD1234-ABCD1234uv02m.apps.googleusercontent.com",
    "client_secret": "Ilg....01pe8db"
  }
}

Response

The credential is created.

request_idstring

The request ID.

Example response

{
  "request_id": "5967ca40-a2d8-4ee0-a0e0-6f18ace39a90",
  "data": {
    "id": "e19f8e1a-eb1c-41c0-b6a6-d2e59daf7f47",
    "name": "My first Google credential",
    "created_at": 1617817109,
    "updated_at": 1617817109
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.