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.
Example response
{
"autoboyWalletAddress": "0x1234567890123456789012345678901234567890"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.