This documentation is under active development and content may change as the platform evolves.

Organization

B2B integrations are scoped to a single organization. You can retrieve the details of your authorized organization.

Terminal window
curl https://api.crinsutrack.com/api/v1/external/organization \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Example Response:

{
"id": 1,
"name": "Acme Cryogenics",
"createdAt": "2024-01-01T00:00:00Z"
}
All rights reserved. This documentation may not be used, copied, displayed, or published without the express authorization of CRINSURANCE. Unauthorized use may result in legal action.