UAS - Introspection Bearer token

POST {{server_url}}/UAS/connect/introspect

This call allow you to get a bearer token from the HOPEX platform to be able to perform any call to the API

Request Body

[{"name"=>"client_id", "value"=>"{{client_id}}", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"{{client_secret}}", "datatype"=>"string"}, {"name"=>"token", "value"=>"{{token}}", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring