GET
/
v4
/
me
curl --request GET \
  --url https://api.openelectricity.org.au/v4/v4/me \
  --header 'Authorization: Bearer <token>'
{
  "version": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "success": true,
  "error": "<string>",
  "data": {
    "id": "<string>",
    "full_name": "<string>",
    "email": "<string>",
    "owner_id": "<string>",
    "plan": "<string>",
    "rate_limit": {
      "limit": 123,
      "remaining": 123,
      "reset": "2023-11-07T05:31:56Z"
    },
    "unkey_meta": {},
    "roles": [
      "anonymous"
    ],
    "meta": {
      "remaining": 123,
      "reset": "2023-11-07T05:31:56Z"
    }
  },
  "total_records": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

with_clerk
boolean
default:
true

Response

200
application/json
Successful Response
data
object
required
version
string
created_at
string
success
boolean
default:
true
error
string | null
total_records
integer | null