Get Pinned API Version
GET
/api/org/api-version
Get the API compatibility date this organization is pinned to. A null pin means requests without an X-Api-Version header get the baseline version.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
Type
API Key (header: X-Api-Key)
Responses
Pinned API version
application/vnd.api+json
JSON "data": { "type": "organizations", "id": "string", "attributes": { "apiVersion": "string", "effectiveApiVersion": "string", "baselineApiVersion": "string", "latestApiVersion": "string" } }
{
}