Security Authorization Acces 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"=>"{{MN-ClientId}}", "client_secret"=>"{{MN-ClientSecret}}", "grant_type"=>"client_credentials"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |