Step 1: Get a PingOne Admin Access Token
POST {{authPath}}/{{adminEnvID}}/as/token
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |