External Connections
Retrieve a Release request
Return the details of a Release request and its phone numbers.
get/external_connections/{id}/releases/{release_id}
Path parameters
idstring required
Example:1293384261075731499
Identifies the resource.
release_idstring uuid required
Example:7b6a6449-b055-45a6-81f6-f6f0dffa4cc6
Identifies a Release request
Response
Successful response
Example response
{
"data": {
"created_at": "2018-02-02T22:25:27.521Z",
"status": "pending",
"tenant_id": "ea175aba-f47c-4702-9400-efaa42688048",
"ticket_id": "542c3bca-d247-42bc-8fe7-e01d16ecd761"
}
}