Token Exchange

POST {{auth_backend_server}}/token

Request Body

{"grant_type"=>"urn:ietf:params:oauth:grant-type:token-exchange", "audience"=>"https://api.sandbox.zusapi.com", "requested_token_type"=>"urn:ietf:params:oauth:token-type:access_token", "subject_token"=>"<Your ID token here>", "subject_token_type"=>"urn:ietf:params:oauth:token-type:id_token", "custom_unique_identifier"=>"<Your_Builder-Specific_ID>"}