Base URL
All endpoints share a single base URL. Every request you make must begin with this prefix:API Version
The current API version is v3. The version segment is part of every endpoint path — you must include it in every URL you construct. There is no versionless alias.Request Format
Required Headers
Include these headers on every request:POST Requests — JSON Body
When sending a JSON payload in a POST request, add theContent-Type header:

