v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Auth

Get current user info

Returns information about the user that owns the provided public API key.

get/auth/me

Response

Successfully retrieved user information

successboolean required

Example response

{
  "success": true
}