WarpBuild LogoWarpBuild Docs
Agents

GET /agents/config/accessible

GET
/agents/config/accessible

Authorization

JWTKeyAuth
Authorization<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/agents/config/accessible"
[  {    "configured": true,    "id": "string",    "organization_id": "string",    "provider_environment_id": "string",    "provider_org_id": "string",    "shared": true,    "updated_at": "string",    "webhook_url": "string",    "workspace_name": "string"  }]