curl --request POST \
--url https://api.comm.com/api/v1/enrichment/hlr/check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"number": 123
}'
{
"data": {
"id": "<string>",
"team_name": "<string>",
"team_id": "<string>",
"object_id": "<string>",
"object_type": "call",
"campaign_id": "<string>",
"campaign_send_id": "<string>",
"number": 123,
"status": "<string>",
"country_id": 123,
"network_id": 123,
"error_message": "<string>",
"meta": [
"<any>"
],
"latency": "<string>",
"cost": "<string>",
"provider": "<string>",
"hlr_reason": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
curl --request POST \
--url https://api.comm.com/api/v1/enrichment/hlr/check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"number": 123
}'
{
"data": {
"id": "<string>",
"team_name": "<string>",
"team_id": "<string>",
"object_id": "<string>",
"object_type": "call",
"campaign_id": "<string>",
"campaign_send_id": "<string>",
"number": 123,
"status": "<string>",
"country_id": 123,
"network_id": 123,
"error_message": "<string>",
"meta": [
"<any>"
],
"latency": "<string>",
"cost": "<string>",
"provider": "<string>",
"hlr_reason": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
HlrValidationResource
The response is of type object
.