π― Target Markets
Target Markets
What are Target Markets?
Using Target Markets in RFQs
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 target markets by name or country code
companyIdstring Β· uuidRequired
Company ID to filter target markets. Required to scope results to a specific company.
Responses
200
Target markets retrieved successfully
application/json
successboolean Β· enumRequiredPossible values:
401
Authentication required
403
Access denied
get
/api/public/v1/client/target-marketsLast updated