π Services
Services
Service Types
Type
Description
Examples
Using Services 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 services by name
companyIdstring Β· uuidRequired
Company ID to filter services. Required to scope results to a specific company.
Responses
200
Services retrieved successfully
application/json
successboolean Β· enumRequiredPossible values:
401
Authentication required - provide a valid Bearer token
403
Access denied - your credentials do not have permission
get
/api/public/v1/client/servicesLast updated