Authorizations
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
A secret token identifying the client connecting to the API
Examples:
"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"
Body
application/json
A list of credit batch IDs and kilogram amounts of each to deliver.
Minimum length:
1
A publicly visible note stored with the credit delivery.
Maximum length:
256
Examples:
"Delivered with care."
The ID of the order you wish to fulfil with the specified credit batch amounts.
Required string length:
20 - 37
Examples:
"ord_1FAN3S3WV1S0B842"
"ord_1DBVRQDHBSBXWBWP"
Response
Successful Response
Required string length:
20 - 37
Examples:
"dlv_1C454ZXA61S03Z9T"
"dlv_1FAGG2H2PSBXHGYY"
A publicly visible note stored with the credit delivery.
Maximum length:
256
Examples:
"Delivered with care."
Required string length:
20 - 37
Examples:
"ord_1FAN3S3WV1S0B842"
"ord_1DBVRQDHBSBXWBWP"