Skip to main content
GET
/
v1
/
calls
/
permissions
Get call permission
curl --request GET \
  --url https://pilotstatus.com.br/v1/calls/permissions \
  --header 'x-api-key: <api-key>'
{
  "permission": {
    "status": "temporary",
    "expiration_time": 1768550400
  },
  "actions": [
    {
      "action_name": "start_call",
      "can_perform_action": true,
      "limits": [
        {
          "time_period": "PT24H",
          "max_allowed": 1,
          "current_usage": 0
        }
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your ps_ API key

Query Parameters

to
string
required

User phone to probe. (string (E.164))

Response

Probe permission