Skip to main content
GET
/
phone-consents
List call consents
curl --request GET \
  --url https://api.crevio.co/v1/phone-consents \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "object": "<string>",
      "e164": "<string>",
      "timezone": "<string>",
      "consented_at": "2023-11-07T05:31:56Z",
      "revoked_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "customer": "<string>"
    }
  ],
  "has_more": true,
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Response

List of consents

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required
url
string
required