List Facilities
List Facilities
Retrieve all facilities with filtering and pagination support
GET
List Facilities
List Facilities
Retrieve a paginated list of facilities in your organization with support for filtering by name, country, type, and status.Request
Headers
Your API key for authentication
Your organization UUID
Query Parameters
Filter facilities by name (partial match, case-insensitive)Example:
"Madrid"Filter by ISO country codeExample:
"ES"Filter by facility typeExample:
"office"Filter by facility statusAvailable values:
active, archivedExample: status[]=activePage number for pagination
Number of items per page (max 100)
Response
Array of facility objects
Total number of facilities matching the filter
Current page number
Number of items per page
Total number of pages
Example
Successful Response
Related Endpoints
Create Facility
Add a new facility
Get Facility
Retrieve a single facility

