# Get callback requests **GET /callback-requests** Get callback requests with filtering ## Servers - https://api.development.pexipengage.com/enterprises/acme: https://api.development.pexipengage.com/enterprises/acme () ## Authentication methods - O auth2 ## Parameters #### Headers - **Authorization** (string) Bearer token used for authorization - **X-Correlation-Id** (string) Unique identifier to allow referencing a particular transaction or event chain - **Accept-Language** (string) Returns the requested resources translated according to the passed languages (see [translatable resources](../topic/topic-languages-translations\#topic-translatable-resources)) #### Query parameters - **id** (array[string]) ID(s) to be considered for filtering - **created-from-date** (string(date-time)) Created at start date and time of the callback request to be considered for filtering (ISO 8601) - **created-to-date** (string(date-time)) Created at end date and time of the callback request to be considered for filtering (ISO 8601) - **external-id** (array[string]) External ID(s) to be considered for filtering - **meeting-type** (array[string]) Meeting type(s) to be considered for filtering - **status** (array[string]) Status(es) to be considered for filtering - **listing-id** (array[string]) Listing ID(s) to be considered for filtering - **lead-segment-id** (array[string]) Lead segment ID(s) to be considered for filtering - **subject-id** (array[string]) Subject ID(s) to be considered for filtering - **office-id** (array[string]) Office ID(s) to be considered for filtering - **customer-id** (array[string]) Customer ID(s) to be considered for filtering - **employee-id** (array[string]) Employee ID(s) to be considered for filtering - **offset** (string(positive-integer)) - **limit** (string(positive-integer)) ## Responses ### 200: Successful operation #### Body Parameters: application/json (object) - **data** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)