Generate an access token for API authentication
Authorization header as a Bearer token for all authenticated API requestsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Partner ID for authentication - provided by Parchment
"tacklit"
Partner secret for authentication - provided by Parchment
Organization ID for authentication - provided by Parchment
Organization secret for authentication - provided by Parchment
User ID for authentication - provided by Parchment
Token request parameters
Type of grant for OAuth2 authentication
client_credentials "client_credentials"
List of permission scopes being requested
create:patient, read:patient, update:patient, read:patient_prescription, create:user, read:user, read:users, update:user, delete:user [
"create:patient",
"read:patient_prescription"
]Token generation successful
Indicates if the request was successful
true
HTTP status code
200
Human-readable success message
"Token generated successfully"
Response payload data Authentication token data
ISO 8601 timestamp of the response
"2024-01-15T10:30:00.000Z"
Unique identifier for request tracing
"req_1705312200000_abc123"
Pagination information for list operations