Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
credits
Get Project Credits
curl --request GET \
  --url https://api.anchorbrowser.io/v1/projects/{projectId}/credits \
  --header 'anchor-api-key: <api-key>'
{
  "credits": 123,
  "tier": "<string>",
  "maxConcurrentBrowsers": 123,
  "cost_limit": 123
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

projectId
string
required

Response

Project credits retrieved successfully.

credits
number
tier
string
maxConcurrentBrowsers
number
cost_limit
number | null