Referenceproviders
Verify and store carrier credentials (vonage / telnyx / sip / twilio)
Path Parameters
provider*Provider
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[key: string]?any
Response Body
application/json
application/json
curl -X POST "https://loading/v1/providers/string/verify" \ -H "Content-Type: application/json" \ -d '{}'{
"status": "string",
"last4": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}