Withdraw credits/points or gifts from your people
curl --request POST \ --url https://staging-api.covver.io/api/ext/v1/people/withdraw \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "companyId": "<string>", "collectionId": "<string>", "emails": [ "<string>" ], "amount": 123 }'
{ "numAffectedPeople": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object