Get Submission
Returns a single content submission.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The campaign ID
The submission ID
Response
The submission
Content a creator submitted for review before posting
"cr_8f14e45fceea"
"somecreator"
in_review: waiting on your decision (a rejected submission returns here when the creator submits a revision). approved: cleared to post. rejected: you sent it back for changes. failed: automatic validation or processing failed — see failure_reason. post_deleted: the content was posted and later taken down.
in_review, approved, rejected, failed, post_deleted "in_review"
video, carousel "video"
URL of the submitted video, or the first image of a carousel
How many times the creator has re-submitted this content after a rejection. 0 for an initial submission that has never been sent back.
1
The most recent rejection feedback sent to the creator, if any
When status is failed, a short explanation of what went wrong (e.g. media could not be processed, or the required post could not be verified). Null for every other status.