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
id
string
token_name
string

User friendly name given to the token upon creation

user
string

Email of the user who created the token

user_first_name
string

First Name of the user who created the token

user_last_name
string

Last Name of the user who created the token

scopes
string[]

Permissions of the authentication token