AACsearch
Api reference

Get current project

Returns the project (organization) associated with the authenticated API key.

Returns the project (organization) associated with the authenticated API key.

GET
/projects

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

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/projects"
{
  "id": "string",
  "name": "string",
  "slug": "string",
  "logo": "string",
  "membersCount": 0,
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}
{
  "error": "string",
  "message": "string",
  "details": null
}
{
  "error": "string",
  "message": "string",
  "details": null
}
{
  "error": "string",
  "message": "string",
  "details": null
}