π’ Companies
Companies
When to Use This
Using Company IDs
Authorizations
AuthorizationstringRequired
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:
Authorization: Bearer <token>
Token Expiration: 1 hour (3600 seconds)
Query parameters
searchstringOptional
Filter companies by name or short code
Responses
200
Companies retrieved successfully
application/json
401
Authentication required
403
Access denied
get
/api/public/v1/client/companiesLast updated