curl --request POST \
--url https://api.example.com/v1.0/numbers/portin/eligibility \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"PhoneNumber": "<string>",
"TargetClassification": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1.0/numbers/portin/eligibility \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"PhoneNumber": "<string>",
"TargetClassification": "<string>"
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
PortIn_Eligibility_Request object
Success