Skip to main content
GET
/
vq
/
developer
/
keys
List API keys
curl --request GET \
  --url https://api.vectrade.io/v1/vq/developer/keys \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "keyPrefix": "<string>",
      "label": "<string>",
      "scopes": [
        "<string>"
      ],
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

VecTrade API key (e.g., vq_live_...)

Response

List of API keys

data
object[]