Endpoint
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
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>