Token Exchange (Gateway Credential)

POST {{authPath}}/{{envID}}/as/token

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Token Exchange (Gateway Credential).

Request Body

[{"name"=>"grant_type", "value"=>"urn:ietf:params:oauth:grant-type:token-exchange", "datatype"=>"string"}, {"name"=>"subject_token_type", "value"=>"pingone_gateway_credential", "datatype"=>"string"}, {"name"=>"subject_token", "value"=>"{{gatewayCredential}}", "datatype"=>"string"}]