Postonus
APIReferenceIntegrations

List active integrations with health

GET
/integrations
x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/integrations"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "platform": "BLUESKY",    "name": "string",    "image": "string",    "tokenStatus": "VALID",    "connectStatus": "PENDING_SELECTION",    "connectionErrorCode": "REFRESH_TOKEN_REVOKED",    "connectionError": "string",    "lastValidatedAt": "2019-08-24T14:15:22Z",    "expiresAt": "2019-08-24T14:15:22Z",    "autoRefreshUnavailable": true,    "hasFailedSchedules": true  }]