Skip to content

Get Current Key

GET
/api/v1/me

Successful Response

CurrentKeyResponse

Response for GET /api/v1/me.

object
success
required
Success

Whether the request succeeded.

boolean
data
Any of:
object
key
additional properties
any
error
Any of:
ErrorDetail
object
code
required
Code

Machine-readable error code (e.g., ‘NOT_FOUND’, ‘VALIDATION_ERROR’).

string
message
required
Message

Human-readable error message describing what went wrong.

string
details
Any of: