GET
/
v1
/
sms
/
routing
/
test-sms
/
{test_sm}
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/sms/routing/test-sms/{test_sm} \
  --header 'Authorization: Bearer <token>'
{
  "country_id": "<string>",
  "cost": "<string>",
  "sent_at": "<string>",
  "fail_reason": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

test_sm
string<uuid>
required

The test sm ID

Response

200
application/json

The response is of type object.