GET /api/v1/organizations
Retrieves a paginated list of organizations within your environment. The response includes anext_page_token that can be used to access subsequent pages of results.
Request
Query Parameters
Maximum number of organizations to return per page. Must be between 10 and 100.
Pagination token from the previous response. Use to retrieve the next page of organizations.
Your application’s unique identifier for this organization, used to link Scalekit with your system.
Response
List of organization objects.
Pagination token for the next page of results. Use this token to fetch the next page.
Pagination token for the previous page of results.
Total number of organizations in the environment.
Examples
Error Responses
Invalid page token