patch https://api.synctera.com/v1/cards/images/
Update card image details. The only detail that can be updated is the card status as APPROVED or REJECTED.
Log in to see full request history
Responses
Update card image details. The only detail that can be updated is the card status as APPROVED or REJECTED.
xxxxxxxxxx
curl --request PATCH \
--url https://api.synctera.com/v1/cards/images/card_image_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"status": "APPROVED"
}
'
Try It!
to start a request and see the response here! Or choose an example: