Connection POST
POST /api/account/{account}/connection
Imports a connection.
URL Parameters
account* | string |
---|
Query Parameters
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"
}