Skip to main content
GET
/
v1
/
auth
/
api-keys
List API keys
curl --request GET \
  --url https://api.foresight.now/v1/auth/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "key_id": "<string>",
      "wallet_address": "<string>",
      "permissions": [
        "<string>"
      ],
      "last_used_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Privy-issued JWT. Required for L1 routes; accepted on L2 routes.

Response

OK

data
object[]