Authorization: Bearer <Supabase JWT> obtained from POST /v1/auth/verify-otp. Partner sk_*/pk_* keys are not accepted.curl --location '/v1/api-keys'{
"apiKeys": [
{
"createdAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"id": "string",
"isActive": true,
"key": "string",
"keyPrefix": "string",
"lastUsedAt": "2019-08-24T14:15:22.123Z",
"name": "string",
"type": "public",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}