GET
/
api
/
v1
/
key
/
keys
curl --location 'https://groupos.xyz/api/v1/key/keys' \
--request GET \
-d 'customRef=user@email.com'
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
{
  "success": true,
  "keys": [
    {
      "evmAddress": "0xc517c83f417b73da98647dad0fcb80af9f3b9531",
      "customRef": "user@email.com",
    }
  ]
}

Query Params

customRef
string

The custom reference associated with the key at creation.

page
number

Page index to fetch, page size is 50.

Response

success
boolean

Indicates whether the call was successful.

keys
object[]

Array of key objects.