Reclaim.ai · Example Payload

Reclaim Ai Credential Example

AISchedulingCalendarProductivityTasksHabitsTime ManagementMeetingsFocus Time

Reclaim Ai Credential Example is an example object payload from Reclaim.ai, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iduserIdproviderprincipalnamesplitScopesscopesavataruserInfo

Example Payload

Raw ↑
{
  "id": 1,
  "userId": "string",
  "provider": "string",
  "principal": "string",
  "name": {
    "email": "string"
  },
  "splitScopes": [
    "string"
  ],
  "scopes": "string",
  "avatar": "string",
  "userInfo": {
    "sub": "string",
    "email": "string",
    "email_verified": false,
    "name": "string",
    "given_name": "string",
    "family_name": "string",
    "picture": "string",
    "locale": "string",
    "hd": "string",
    "oid": "string"
  }
}