Api reference
List API keys in a project
Authorization
BearerAuth AuthorizationBearer <token>
Search API key (ss_search_*) from the dashboard or keys API. Scopes (search, ingest, admin) are stored on the key; each route requires the matching scope.
In: header
Path Parameters
projectId*string
Response Body
application/json
curl -X GET "https://loading/api/v1/projects/string/keys"[
{
"id": "string",
"name": "string",
"prefix": "string",
"scopes": [
"string"
],
"allowedOrigins": [
"string"
],
"rateLimitPerMinute": 0,
"expiresAt": "2019-08-24T14:15:22Z",
"revokedAt": "2019-08-24T14:15:22Z",
"lastUsedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"indexSlug": "string",
"indexDisplayName": "string"
}
]