For each organization, the GraphQL endpoint looks like this:
https://[organization].pluvo.com/graphql/
The trailing slash is required.
Set the following headers for each request:
Authorization: Bearer <access_token>
Content-Type: application/json
Tokens are valid for a limited time. Ensure automatic renewal via the OAuth token endpoint.
To authenticate:
POST https://[organization].pluvo.com/oauth/token/
The Pluvo API is stable. Breaking changes are avoided. New fields are added without removing old ones. There is no explicit versioning of the GraphQL API.
There is no public sandbox. Use your own organization environment and a separate test client with limited permissions. For structural test integrations, contact support.
Standard rate limits apply per API client. Excessive requests are restricted. For bulk operations or peak traffic, specific arrangements can be made.