Send Carnet Code
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --globoff '/{{v2}}/email/carnet' \
--header 'X-Application-Identifier: {{registration_id_job}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
Responses
application/json
Modified at 2025-07-25 15:16:34