π Services
Services
Service Types
Type
Description
Examples
Using Services in RFQs
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 services by name
Responses
200
Services retrieved successfully
application/json
401
Authentication required - provide a valid Bearer token
403
Access denied - your credentials do not have permission
get
/api/public/v1/client/servicesLast updated