List API keys
curl --request GET \
--url http://localhost:3001/v1/api-keys{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"prefix": "<string>",
"scopes": [
"<string>"
],
"createdByUserId": "<string>",
"lastUsedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"revokedAt": "2023-11-07T05:31:56Z",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}๐ Integrations & API Keys
List API keys
GET
/
v1
/
api-keys
List API keys
curl --request GET \
--url http://localhost:3001/v1/api-keys{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"prefix": "<string>",
"scopes": [
"<string>"
],
"createdByUserId": "<string>",
"lastUsedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"revokedAt": "2023-11-07T05:31:56Z",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Headers
Minimum string length:
1Minimum string length:
1Query Parameters
Required range:
1 <= x <= 100Required range:
0 <= x <= 9007199254740991โI
