Skip to main content
GET
Retrieve a sub-account
Returns the details of a specific subaccount by its ID.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json

Arguments

No arguments required.

Request

cURL

Response Example

Success Response (200 OK)
auth_token is masked on retrieve - it is only returned in clear text once, at creation. The numeric id and the auth_id (SA_…) are different identifiers; use auth_id as the sub_auth_id path segment on every other call.

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

sub_auth_id
string
required
Example:

"SA_XXXXXX"

Response

200 - application/json

Sub-account details

name
string
required
email
unknown
required
phone
unknown
required
description
unknown
required
permissions
unknown
required
rate_limit
integer
required
id
string
required
parent_account_id
string
required
parent_auth_id
string
required
auth_id
string
required
auth_token
string
required
api_id
string
required
email_verified
boolean
required
enabled
boolean
required
created
string
required
modified
string
required
is_active
boolean
required
created_at
string
required
updated_at
string
required
last_used
unknown
required
account
string
required
resource_uri
string
required