1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Consents
  5. GET /consents/signature/:personId/:useCase

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

Name Value
signature string

Response status

Code Value
200 OK
401 Not authorized
400 Bad input (useCase or personId)

How can we help?