공개 토큰을 사용하는 전달 수신자을(를) 확인합니다.
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.
이 페이지가 도움이 되었나요?
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"
}