Skip to main content
Get your first successful call working in a few minutes: create an API key, call an endpoint, then page through the results.
1

Create an API key

In the malibou app, go to Profile button → My company → API keys, click Create an API key, and tick the org:employee:read permission. Copy the secret shown (you won’t be able to view it again). See Authentication for the full list of scopes and how to manage keys.
2

Retrieve your organization id

Open the API keys page, open the actions menu (next to Create an API key) and choose Copy organisation ID. See Authentication for details.
3

Make your first request

Call the collaborators endpoint with your key as a Bearer token:
4

Paginate through the results

List endpoints return results in pages. Add page and limit to control how many results come back:
Iterate by incrementing page until a page returns fewer items than limit. See Pagination for details.

Next steps

Authentication

Scopes, key management and the full authentication guide.

API reference

Browse every endpoint, its parameters and responses.

Errors

How the API reports errors.

Rate limits

Stay within the request limits.