Generate an access token for API authentication
Authorization header as a Bearer token for all authenticated API requestsPartner ID for authentication - provided by Parchment
"tacklit"
Partner secret for authentication - provided by Parchment
Organization ID for authentication - provided by User from Parchment Portal
Organization secret for authentication - provided by User from Parchment Portal
User ID for authentication - provided by User from Parchment Portal
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"
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