Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
metadata
Get Project Metadata
curl --request GET \
  --url https://api.anchorbrowser.io/v1/projects/{projectId}/metadata \
  --header 'anchor-api-key: <api-key>'
{
  "name": "<string>",
  "domain": "<string>",
  "logo_url": "<string>"
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

projectId
string
required

Response

Project metadata retrieved successfully.

name
string
domain
string
logo_url
string | null