Authentication
Obtain a Bearer token using your API client credentials.
Endpoint
Request
Headers
Header
Value
Body Parameters
Parameter
Type
Required
Description
Example Request
POST https://api.welkinhealth.com/auth/token
Content-Type: application/json
{
"secret": "your-api-client-secret",
"apiClient": "your-api-client-key"
}Response
200 OK
Field
Type
Description
Using the Token
Setting Up an API Client
Last updated
Was this helpful?