Skip to main content
Platforms

List available platforms and their status

GET/v1/platforms

Authorization

accessKey
x-access-key<token>

In: header

Response Body

application/json

curl -X GET "https://api.postpeer.dev/v1/platforms"
{
  "platforms": [
    {
      "name": "twitter",
      "status": "prod"
    }
  ]
}