Request a SIOP token
GET/api/iatp/holder/token
Generates a SIOP token for the provided audience to allow it to request presentations
Request
Query Parameters
audience stringrequired
scope stringrequired
Responses
- 200
- 403
- application/json
- Schema
- Example (from schema)
Schema
id_tokenstring
{
"id_token": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}