User Information
Get information about your token.
Authorizations
Responses
200
successful operation
application/xml
401
Unauthorized
application/xml
403
Access denied
application/xml
500
Internal server error
application/xml
get
GET /v1/users/whoami.xml HTTP/1.1
Host: global.api.betradar.com
x-access-token: YOUR_API_KEY
Accept: */*
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response>
<user id="12345" username="api_user" role="client"/>
<message>Token is valid.</message>
</response>
Last updated
Was this helpful?