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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The test sm ID
The response is of type object.
object