Documentation Index
Fetch the complete documentation index at: https://docs.catenatelematics.com/llms.txt
Use this file to discover all available pages before exploring further.
This minor release makes partner properties endpoints publicly available, streamlines the partner update schema, and refines security scopes for better access control.
Minor Release: This release includes breaking changes to the
PartnerUpdate schema and introduces new public endpoints for partner properties management.New Public Endpoints
Partner Properties Management
Partner Properties Management
Three partner properties endpoints are now publicly available:Added:
GET /v2/orgs/partners/{partner_id}/properties- List partner propertiesPOST /v2/orgs/partners/{partner_id}/properties- Create partner propertiesDELETE /v2/orgs/partners/{partner_id}/properties/{property_id}- Delete partner property
If you need to update existing properties, please use the delete endpoint followed by create.
Partner Update Endpoint
Partner Update Endpoint
Added:
PATCH /v2/orgs/partners/{partner_id}- Update partner details
Security Scope Changes
Partner Properties Scopes Refined
Partner Properties Scopes Refined
Updated Scopes:
Impact: More granular access control for partner properties operations. Token scopes were adjusted accordingly.
| Endpoint | Old Scope | New Scope |
|---|---|---|
GET /v2/orgs/partners/{partner_id}/properties | partner:read | partner-property:read |
POST /v2/orgs/partners/{partner_id}/properties | partner:create | partner-property:create |
DELETE /v2/orgs/partners/{partner_id}/properties/{property_id} | partner:create | partner-property:create |
Need Help?
API Reference
View complete endpoint documentation with current API structure
Contact Support
Questions about migrating your integration? Our team is here to help