Miscellaneous
Last modified:2026-04-03 12:54:09
Retrieves a paginated list of of all available telcom rate centers for the specified state with filtering and search capabilities. Returns detailed of all available telcom rate centers for the specified state data including metadata, status information, and related attributes. Results are scoped to the authenticated user's organizational access permissions.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
application/json
An array of rate centers for given state
curl --location --request GET 'https://apicfa.convirza.com/v2/misc/ratecenter?state' \
--header 'Authorization: Bearer <token>'
Response Response Example
[
{
"rate_center": "string",
"state": "string"
}
]
Modified at 2026-04-03 12:54:09