cURL
curl --request GET \ --url https://v1.api.flux-os.com/organizations \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": [ { "name": "<string>", "slug": "<string>", "id": "<string>", "url": null, "phone": null, "email": null, "image_url": null, "short_code": null } ], "meta": { "current_page": 123, "total_pages": 123, "total_items": 123, "per_page": 123 } }
Retrieve a list of all organizations with pagination and filtering options.
Page number for pagination
x >= 1
Filter by organization name
A paginated list of organizations.
Show child attributes