curl --request POST \
--url https://api.sandbox.tesouro.com/finops/v1/mailbox-domains/{domain_id}/verify \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domain": "<string>",
"status": "<string>"
}Verify domain for the partner_id
curl --request POST \
--url https://api.sandbox.tesouro.com/finops/v1/mailbox-domains/{domain_id}/verify \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domain": "<string>",
"status": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?