ConsistlyAPI
Deployments

Retrieve a deployment target

GET
/deployments/{platform}
AuthorizationBearer <token>

Bearer API key. CMS endpoints require cms:read or cms:write (plus narrower writes for specific resources).

In: header

Path Parameters

platform*string

Response Body

application/json

curl -X GET "https://example.com/deployments/microsoft-addin"
{  "id": "string",  "object": "deployment",  "organization": "string",  "platform": "microsoft-addin",  "status": "string",  "health": "string",  "enabled_capabilities": [    "string"  ],  "config": {    "property1": null,    "property2": null  },  "configured_by": "string",  "configured_at": "string",  "updated_by": "string",  "last_synced_at": "string",  "last_deployed_at": "string",  "last_verified_at": "string",  "last_error": "string",  "created": "string",  "updated": "string"}