Get the publicly available data for a Guest Upload by subdomain and slug
Security
bearerToken
The subdomain of the Account the GuestUpload belongs to
The slug of the GuestUpload
- Productionhttps://api-v2.dash.app/subdomains/{subdomain}/publicly-available-guest-upload-data/{slug}
- Staginghttps://api-v2.dashstaging.app/subdomains/{subdomain}/publicly-available-guest-upload-data/{slug}
curl -i -X GET \
'https://api-v2.dash.app/subdomains/{subdomain}/publicly-available-guest-upload-data/{slug}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "id": "55f9964c-095d-4b8b-bb5e-4118d2e76ad0", "name": "Social media Content", "message": "Please upload your favourite social media pics for approval", "messageHeading": "Social media uploads" }, "permittedActions": [ { … } ] }