GET
/
partner
/
v1
/
info
curl --request GET \
  --url https://api.paywise.de/partner/v1/info/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "token_name": "<string>",
    "user": "<string>",
    "user_first_name": "<string>",
    "user_last_name": "<string>",
    "scopes": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

The response is of type object[].