API Documentation
GET /consents/signature/:personId/:useCase
Retrieves a signature that can be used to implement the Consumer Consent process, as described in this tutorial.
Headers
| NAME |
VALUE |
| Authorization |
Bearer {JWT} |
URL parameters
| NAME |
VALUE |
| personId |
integer. |
| useCase |
string. Valid are: “banking”, “auth”, “income”, “paymeback”. |
Response status
| CODE |
VALUE |
| 200 |
OK |
| 401 |
Not authorized |
| 400 |
Bad input (useCase or personId) |