Bestätigt einen Weiterleitungsempfänger mit einem öffentlichen Token.
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"
}Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Öffentliche Anfrage zur Bestätigung der Weiterleitungsverifizierung mit einem Token.
16 - 512War diese Seite hilfreich?
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"
}