Skip to main content
These endpoints back the dashboard’s organization settings pages. All require a session token or an API key with the calling member’s role attached.

Get your organization

Projects

Projects group API keys under an organization. Every organization needs at least one project before it can create an API key.
POST returns the created project in the same shape as the list items above.

Members

GET /v1/members returns every member in your organization, as a list of the same shape.

Invite a member

POST /v1/members/invite is restricted to owners and admins.
role must be one of the roles in your organization’s role set, excluding owner. Nobody can be invited directly as an owner.

Remove a member

DELETE /v1/members/{member_id} returns 204 No Content. Owners and admins only.

Error responses

See the full error reference.