get
/v4/developer/keys/
List all API keys for the authenticated user.
Responses
200Response for status 200
Schema
object[]
idstringprefixstringdescriptionstringrevokedAtstring | nullcreatedAtstringISO 8601 creation timestamptiernumberKey tier levelExample
[
{
"id": "string",
"prefix": "string",
"description": "string",
"revokedAt": "string",
"createdAt": "string",
"tier": 0
}
]get
https://api.merkl.xyz/v4/developer/keys/curl -X GET "https://api.merkl.xyz/v4/developer/keys/"