GET
/
v1
/
api-key
curl --request GET \
  --url https://app.loops.so/api/v1/api-key \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "teamName": "My team"
}

Request

No parameters.

Response

Success

success
boolean
teamName
string

The name of the team the API key belongs to.

Error

error
string

An error message.

Was this page helpful?