psp-* endpoints.
Base URL
All endpoints are available under the following base URL:Authentication
Send a singleAuthorization: Bearer <api key> header on every request. The key resolves to your organization, and every request is scoped to it automatically.
organization field in the request body is optional. If included, it must match the organization your key resolves to, or the request is rejected with 400.
Request mechanism
Every endpoint — including list endpoints — takes aPOST with a JSON body, matching the request mechanism of the earlier API.
Pagination
List endpoints accept a JSON body with these common fields:- limit: Max number of items to return (default 100)
- offset: Number of items to skip
(modified/created timestamp, id), with id breaking ties so paging stays stable across rows that share a timestamp.
Feel free to reach out to our support team if you have any questions or need help getting started!