Authorizations
Token-based authentication with required prefix "Token"
Response
200
No response body
curl --request POST \
--url https://api.meetcampfire.com/coa/api/v1/bill/bulk-sync-to-ramp/ \
--header 'Authorization: <api-key>'
Sync multiple bills to Ramp
curl --request POST \
--url https://api.meetcampfire.com/coa/api/v1/bill/bulk-sync-to-ramp/ \
--header 'Authorization: <api-key>'
Token-based authentication with required prefix "Token"
No response body