cURL
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>" ] } ]
Get Info about the currently used authentication token and user. Useful for testing your authentication.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object[].
object[]