Security Authorization Access Token Copy

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

KeyDatatypeRequiredDescription
Content-Typestring