Connector credentials
Get credential
Return a credential with the specified ID.
get/v3/connectors/{provider}/creds/{id}
Path parameters
provider'google' | 'microsoft' | 'imap' | 'icloud' | 'yahoo' | 'ews' | 'virtual-calendar' | 'zoom' | 'nylas' required
Example:google
idstring required
Response
Returns the credential with the specified 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.