Project Config
Retrieve a Project Config
GET
/
projects
/
{projectSlug}
/
config
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectSlug
string
requiredProject slug
Response
200 - application/json
id
string
project_id
string
changelog_preview_style
string
changelog_twitter_handle
string
custom_domain
string
custom_domain_verified
boolean
integration_discord_role_id
string
integration_discord_status
boolean
integration_discord_webhook
string
created_at
string
Was this page helpful?