cURL
curl --request GET \ --url https://api.hyra.io/players/bans/{workspaceId}/{banId} \ --header 'Authorization: Bearer <token>'
{ "actor": { "exists": true, "id": "<string>", "username": "<string>", "display_name": "<string>" }, "hidden": true, "victim": { "exists": true, "id": "<string>", "username": "<string>", "display_name": "<string>" }, "has_comments": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "_id": "<string>", "reason": "<string>", "source": "<string>", "ban_incremental_id": 123, "removed_by": { "exists": true, "id": "<string>", "username": "<string>", "display_name": "<string>" }, "removed_at": "<string>" }
Retrieve a specific ban
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes