Aurion Docs
Api

Get Consent Status

GET
/api/v1/consent/status
AuthorizationBearer <token>

In: header

Query Parameters

phone_number*string
Lengthlength <= 20
jurisdiction?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/consent/status?phone_number=string"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}