๐ API endpoint
All GraphQL requests are sent to a single HTTPS endpoint:๐งพ Required headers
Every request to the Partner API must include the following headers:Header | HTTP Status |
---|---|
Content-Type: application/json | HMAC SHA256 signature of the request |
X-Ownright-Client-Id | Your unique API client ID |
X-Ownright-API-Key | Your long-lived API key used for authentication |
X-Ownright-Organization-Id | A constant identifier for the Ownright platform |
๐ฆ Example Request
Hereโs an example of a basic GraphQL request using curl:Example request