GetSubscriptionPrice

View as Markdown

Gets the subscription template price.

Example request: Get the all subscription template prices.

Authentication

AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value: ``` Authorization: Bearer $VOXIMPLANT_TOKEN ``` See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.

Query parameters

subscription_template_idlist of integersOptional

The subscription template ID list separated by semicolons (;)

subscription_template_typestringOptional

The subscription template type. The following values are possible: PHONE_NUM, SIP_REGISTRATION

subscription_template_namestringOptional

The subscription template name (example: SIP registration, Phone GB, Phone RU 495, …)

countintegerOptional
The max returning record count
offsetintegerOptionalDefaults to 0

The first N records are skipped in the output

Response

Successful response
resultlist of objects
The subscription template prices
total_countinteger
countinteger