Endpoint examples
Get Players
Returns all players from the system that the user has access to
GET
/playersAuthorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
limitinteger<int32>The maximum number of results to return
Response
200application/json
Player response
namestringrequiredThe name of the player
tagstringTag to specify the player type