Organization
B2B integrations are scoped to a single organization. You can retrieve the details of your authorized organization.
Get organization
Section titled “Get organization”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"}