Skip to main content
GET
/
v1
/
config
Get config
curl --request GET \
  --url https://api.agentmark.co/v1/config \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Agentmark-App-Id: <api-key>'
{
  "data": {
    "commit_sha": "<string>",
    "config": {}
  }
}

Authorizations

X-Agentmark-App-Id
string
header
required

Application ID for tenant scoping

Authorization
string
header
required

API key (sk_agentmark_*)

Headers

X-Agentmark-App-Id
string
required

Application ID for tenant scoping.

Response

The synced project configuration.

data
object
required