This endpoint allows you to get the details of a specified sequence
URL:
Method:
Header Parameters
Authorization | Basic [your API key] (The API key can be found in the My Accouny area of the vorText App) |
Action | getSequenceDetail |
JSON Parameters:
* = Required parameters
Parameter | Value |
id | The ID of the sequence |
This option s used to return a JSON .
Example Request |
POST https://vortext.ca/vapi/1.0/ -H "Authorization: Basic [your API key]" -H "Action: getSequenceDetail" -D { "id": "1234" } |
Response: