Get Slate
Get Slate
This endpoint will get the full slate
Request
GET /v2.0/slates/{slate-uuid}
Authorization
Not required, however, adding authorization to the request may return additional details, for example, if there are 'private' fields on the slate
| Header |
Required |
Notes |
Content-Type: application/json |
required |
|
Query Parameters
N/A
Response
| Response |
Status Code |
More Information |
| Success |
200 |
Successful response body details below |
| Internal Server Error |
500 |
more info |
| Header |
Frequency |
Notes |
Authorization |
sometimes |
if using JWT authorization scheme |
Body
{
"data": {
...slate details
},
"correlationUUID": "<correlation-uuid>"
}