Get details of all verification requests
Use this API to get the statuses of all the toll-free number verification requests initiated from your Plivo account.
Param | Description |
---|---|
number | A single toll-free number. |
status | A single toll-free verification status. |
profile_uuid | A single profile_uuid |
created | Filters records based on verification request creation date. The input is expected in YYYY-MM-DD format. This can be combined to create boundary search conditions based on date. created__gt: gt stands for greater than. Filters all records after the specified time. |
usecase | One or more use-cases in comma-separated format. This is an exact search. If you enter one use case, Plivo returns the response where you have entered only one use case on the verification request. If you enter multiple use cases (comma separated), Plivo returns only those orders where this combination of use cases was entered to begin with. |
limit | A limit on the number of responses to be returned. The limit can range between one and 20, and the default is 20. |
offset | A pagination cursor to denote the number of objects by which the results should be offset. |