Connection Platform ID GET
GET /api/account/{account}/connection/{platform}/{id}
Gets a connection.
URL Parameters
account* | string | |
---|---|---|
platform* | string | |
id* | string |
Responses
200 OK
id | object | |
---|---|---|
created | string | |
expires | string |
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error
Example Success Response
{
"id": null,
"created": "string",
"expires": "string"
}