π’ Companies
Companies
When to Use This
Using Company IDs
Authorizations
AuthorizationstringRequired
Authorisation Header Required
JWT access token obtained from POST /api/credentials/token
How to authenticate:
- Generate API credentials from the Adaptria Portal
- Exchange credentials for a token:
POST /api/credentials/token - Include the token in all requests using the
Authorisationheader:Authorisation: Bearer <token>
Important: Use Authorisation (British English spelling with 's'), not Authorisation (American spelling with 'z').
Token Expiration: 1 hour (3600 seconds)
Query parameters
searchstringOptional
Filter companies by name or short code
Responses
200
Companies retrieved successfully
application/json
successboolean Β· enumRequiredPossible values:
401
Authentication required
403
Access denied
get
/api/public/v1/client/companiesLast updated