Skip to main content
Connect

List all integrations connected to this project

GET/v1/connect/integrations

Authorization

accessKey
x-access-key<token>

In: header

Response Body

application/json

curl -X GET "https://api.postpeer.dev/v1/connect/integrations"
{
  "success": true,
  "integrations": [
    {
      "id": "string",
      "platform": "twitter",
      "platformUserId": "string",
      "displayName": "string",
      "imageUrl": "http://example.com",
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ]
}