Skip to main content
GET
/
v1
/
projects
List Projects
curl --request GET \
  --url https://api.anchorbrowser.io/v1/projects \
  --header 'anchor-api-key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "created_by_user": "<string>",
    "domain": "<string>",
    "logo_url": "<string>",
    "organization_id": "<string>",
    "organization_name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "is_personal_team": true
  }
]

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Response

Projects retrieved successfully.

id
string
name
string
created_by_user
string | null
domain
string
logo_url
string | null
organization_id
string | null
organization_name
string | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
is_personal_team
boolean