Transfert
Vérifier le destinataire du transfert
Confirme un destinataire de transfert à l’aide d’un jeton public.
POST
Vérifier le destinataire du transfert
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Confirme un destinataire de transfert à l’aide d’un jeton public.
curl --request POST \
--url https://api.hybridbox.io/v1/public/forwarding/verify \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{
"verified": true,
"forwarding_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Cette page vous a-t-elle été utile ?
curl --request POST \
--url https://api.hybridbox.io/v1/public/forwarding/verify \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{
"verified": true,
"forwarding_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}