curl --request POST \
--url https://api.backside.app/api/v1/admin/digest-deliveries/{note_id}/resend \
--header 'Authorization: Bearer <token>'{
"attempt_of": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"delivery_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>"
}curl --request POST \
--url https://api.backside.app/api/v1/admin/digest-deliveries/{note_id}/resend \
--header 'Authorization: Bearer <token>'{
"attempt_of": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"delivery_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Note to re-dispatch
Was this page helpful?