Short Code Numbers
Overview
API Access
List Short Code Numbers
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token
Path parameters
workspaceIdstring · uuidRequired
The unique identifier of the workspace.
Query parameters
limitinteger · max: 100OptionalDefault:
Limits the number of results to return.
25pageTokenstringOptional
The cursor that keeps track of the current position in the results.
reversebooleanOptionalDefault:
Reverses the order in which the results are returned.
falseResponses
200
OK
application/json
nextPageTokenstringOptional
The token that can be passed as pageToken in URL to retrieve the next set of results. If missing, no more results to display. To know more, refer to the pagination section.
get/workspaces/{workspaceId}/numbers-short-code
200
OK
Get a Short Code Number
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token
Path parameters
workspaceIdstring · uuidRequired
The unique identifier of the workspace.
shortCodeNumberIdstringRequiredExample:
Your short code number/endpoint ID.
65b18a3d-6515-4ee5-bd6d-6d638cf9bc78Responses
200
OK
application/json
idstring · uuidRequired
endpointIdstring · uuidRequired
typestring · enumRequiredPossible values:
numberStringstringRequired
countryCodestring · iso3166-1RequiredExample:
The country code in ISO 3166-1 alpha-2 format.
UScreatedAtstring · date-timeRequired
updatedAtstring · date-timeRequired
404
The requested resource was not found.
application/json
get/workspaces/{workspaceId}/numbers-short-code/{shortCodeNumberId}
Last updated
Was this helpful?

