GetProjectDestinations
GetProjectDestinations
Query Parameters
- projectId string required
Responses
- 200
- 400
- 403
- 404
A list of Publish Destinations
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- url string
- key string
- checked boolean
- ]
[
{
"url": "string",
"key": "string",
"checked": true
}
]
Missing required data
Unauthorized
Invalid Project ID
Loading...