User Information

Who am I?

get

Get information about your token.

Authorizations
Responses
200

successful operation

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?