Security Authorization Access Token
POST https://{{url}}/apip/auth/v2/token
The Change Healthcare uses OAuth2 to create a secure connection with our API users, which requires a bearer authorization token to obtain access. For more information, see Security and Authorization v2.
Request Body
{"client_id"=>"Enter your client id here", "client_secret"=>"Enter your client secret here", "grant_type"=>"client_credentials"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |