For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployments

Scene deployment tracking

Get all deployments

get
/deployments

Returns all deployments for the authenticated user

Authorizations
X-Identity-Auth-Chain-*stringRequired

Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.

Responses
200

List of deployments

application/json
okbooleanOptional
dataobject[]Optional
get/deployments

Get project deployment

get
/projects/{id}/deployment

Returns deployment info for a project

Authorizations
X-Identity-Auth-Chain-*stringRequired

Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.

Path parameters
idstring · uuidRequired

Project UUID

Responses
200

Deployment details

application/json
okbooleanOptional
dataobjectOptional
get/projects/{id}/deployment

Create or update deployment

put
/projects/{id}/deployment

Creates or updates deployment info for a project

Authorizations
X-Identity-Auth-Chain-*stringRequired

Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.

Path parameters
idstring · uuidRequired

Project UUID

Body
deploymentobjectOptional
Responses
200

Deployment updated successfully

No content

put/projects/{id}/deployment

No content

Delete deployment

delete
/projects/{id}/deployment

Deletes deployment info for a project

Authorizations
X-Identity-Auth-Chain-*stringRequired

Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.

Path parameters
idstring · uuidRequired

Project UUID

Responses
200

Deployment deleted successfully

No content

delete/projects/{id}/deployment

No content

Last updated