v4

latestOpenAPI 3.1.02026-08-01131465.2 KB
Identity

Get current identity

Returns the identity behind the API key used to make the request: its AutoBoy smart wallet, label, and the slugs of the projects it owns.

get/api/public/v1/me

Response

The identity behind the API key.

autoboyWalletAddressstring required

AutoBoy smart wallet address owned by the API key.

labelstring required

Human-readable name the API key was created with.

ownedProjectSlugsstring[] required

Project slugs owned by this API key. Empty when the key owns no project.

Example response

{
  "autoboyWalletAddress": "0x1234567890123456789012345678901234567890"
}