Get Project Configuration
Required scope:
public-api:read
Description
This endpoint returns the Project Config. YourAccessToken
is valid for a single project.Endpoint
GET /api/v1/projectConfig
Deprecated in: release-2023-03
GET api/v1/channelConfig
Response
Get Project Configuration (Deprecated in: release-2023-03
)
Required scope:
public-api:read
Description
Your AccessToken
is valid for a single project. This endpoint tells you the details and configuration of this project.
Deprecated: Use GET api/v1/projectConfig
instead.
Endpoint
GET api/v1/project
Response
Get Channel Configuration (Deprecated in: release-2023-03
)
Required scope:
public-api:read
Description
Deprecated: UseGET api/v1/projectConfig
instead.Endpoint
GET api/v1/channels/:channelHandle
Parameters
Name | Type | Notes |
---|---|---|
:channelHandle | string | Optional channelHandle. Will return first channel of a project if none is passed. |
Response
Get Design Configuration
Required scope:
public-api:read
Endpoint
GET api/v1/design/:designVersion
Parameters
Name | Type | Notes |
---|---|---|
:designVersion | string | Optional design version. Will take the current design version of a channel if none is passed. |