get https://www.keycafe.com/v0/organization
Retrieve data for multiple organizations with a GET request to the endpoint.
Pagination
Results are paginated, with a maximum of 50 organizations per page. Additional pages can be accessed using the Link response header
Example
Link: <https://www.keycafe.com/v0/organization?page=2>; rel="next", <https://www.keycafe.com/v0/organization?page=5>; rel="last"
rel="first"
: URL to retrieve the first page of results.rel="prev"
: URL to retrieve the previous page of results.rel="next"
: URL to retrieve the next page of results.rel="last"
: URL to retrieve the final page of results.