Skip to main content
All mutating and read operations are routed through POST /v1/manage and require both of the following:
  • projectId field in the JSON body.
  • x-project-key header containing the project access key.
  • x-service-version header set to v1.
The service verifies the credentials before running the requested action. Invalid credentials return 403 Forbidden with a JSON error payload.