---
title: "Get Call Consent Status"
method: GET
path: "/v2/{sid}/whatsapp/call_permissions"
---

# Get Call Consent Status

`GET /v2/{sid}/whatsapp/call_permissions`

The Get Call Consent Status API allows you to get the consent details of end user mobile numbers for outbound voice calling for WhatsApp Business Numbers.

## Path parameters

- `sid` string, required

## Query parameters

- `business_phone_number` string, required
- `user_phone_number` string, required
- `limit` integer
- `offset` integer

## Response `200`

Request processed successfully

- object
  - `code` string
  - `message` string
  - `data` object[]
    - `business_phone_number` string
    - `user_phone_number` string
    - `can_perform_action` boolean
    - `response` 'accept' | 'reject' — Consent response value
    - `is_permanent` boolean
    - `response_source` 'user_action' | 'system' — Source of consent information
    - `expiration_timestamp` string, date-time
  - `error` object
  - `limit` integer
  - `offset` integer
  - `total` integer

## Other responses

- `401` — Unauthorized - Incorrect SID or API key

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/revisions/d9b785884d03/schema)
