Read a list of all authorisation subresources IDs which have been created.
This function returns an array of hyperlinks to all generated authorisation sub-resources.
643 matches
34 actions
Swiss NextGen Banking API-Framework
34 actions
Finance/Swiss NextGen Banking API-Framework
Read a list of all authorisation subresources IDs which have been created.
This function returns an array of hyperlinks to all generated authorisation sub-resources.
{
"type": "object",
"properties": {
"Digest": {
"type": "string"
},
"PSU-Accept": {
"type": "string"
},
"PSU-Accept-Charset": {
"type": "string"
},
"PSU-Accept-Encoding": {
"type": "string"
},
"PSU-Accept-Language": {
"type": "string"
},
"PSU-Device-ID": {
"type": "string"
},
"PSU-Geo-Location": {
"type": "string"
},
"PSU-Http-Method": {
"type": "string",
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
},
"PSU-IP-Address": {
"type": "string",
"format": "ipv4"
},
"PSU-IP-Port": {
"type": "string"
},
"PSU-User-Agent": {
"type": "string"
},
"Signature": {
"type": "string"
},
"TPP-Signature-Certificate": {
"type": "string",
"format": "byte"
},
"X-Request-ID": {
"type": "string"
},
"basketId": {
"type": "string",
"description": "Resource identification of the generated signing basket resource."
}
},
"required": [
"X-Request-ID",
"basketId"
],
"additionalProperties": false
}{
"type": "object",
"description": "An array of all authorisationIds.",
"required": [
"authorisationIds"
],
"properties": {
"authorisationIds": {
"type": "array",
"description": "An array of all authorisationIds.",
"items": {
"type": "string",
"description": "Resource identification of the related SCA."
}
}
}
}