cURL
curl --request GET \ --url https://api.collectpure.com/organization/get-organization/v1 \ --header 'x-api-key: <api-key>'
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "tradingEnabled": true, "vacationMode": true, "payoutMethod": "<string>", "electronicCheckName": "<string>", "electronicCheckEmail": "<string>", "apiEnabled": true, "onboardingStatus": "<string>" } }
Get the organization details associated with the authenticated API key. Sensitive fields such as access tokens and internal IDs are excluded.
Rate limit: 120 requests burst, 60 requests/minute sustained.
API key for authentication
Default Response
Show child attributes
Was this page helpful?