Skip to main content
← Partner API reference Base URL: https://api.vobiz.ai CPS and concurrency use the sames endpoints. Select the resource using resource in the request body.

Authentication

Use the partner account’s credentials:
Put the customer account’s auth ID in the URL. Do not use the customer’s credentials for these partner operations.

Endpoints

Despite the concurrency path name, these endpoints support both resources.

Transfer request

A transfer subtracts slots from the partner’s selected limit and adds that amount to the customer’s selected limit. It does not set the customer’s limit to slots. Transfer CPS and concurrent-call capacity in separate requests.

Transfer 100 concurrent-call slots

Transfer 10 CPS

Transfer response

Reclaim capacity

Use the same request format with /concurrency/reclaim. For example, reclaim 5 CPS:
Reclaim reduces the customer’s selected limit and restores capacity to the partner. It cannot exceed the net capacity previously allocated by this partner for that resource or the customer’s current limit.

View allocations

Response fields:

Transfer history

limit defaults to 50 and supports 1–200. offset defaults to 0. Entries are returned newest first.

Requirements and behaviour

  • The authenticated account must be an active partner.
  • The partner must have limit-transfer access enabled for both resources. Contact support@vobiz.ai if this access is not enabled.
  • The customer must belong to the authenticated partner and must not itself be a partner.
  • The partner must have enough capacity for the requested transfer.
  • Each transfer updates both accounts together.
  • Updated limits are refreshed after the transfer. Allow up to five minutes if the immediate refresh is delayed.