API
cloud.auth.inspect
API
cloud.auth.inspect
Returns information about the current authenticated agent.
GET https://cloud.api.rivet.gg/v1/auth/inspect
curl -X GET 'https://cloud.api.rivet.gg/v1/auth/inspect'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
agentrequired
object
The current authenticated agent.
curl -X GET 'https://cloud.api.rivet.gg/v1/auth/inspect'