These docs are for v2.11. Click to read the latest docs for v2.12.

Create Subaccount Token

Create new Subaccount token.

Get an authentication token of a subaccount using billing account token.

Notes

subaccount

Valid 10 digit subaccount code.

Sample Response

{
  "subaccount": {
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50Ijp7ImlkIjoiODAwODA1NjU2MiJ9LCJwb3J0YWwiOnsidG9rZW4iOiJjODJjMmVkYzMzNWIwYzI3NjYwOWIzNDcxMmFmOWZlOCJ9LCJpYXQiOjE1MTYxMzc1NTQsImV4cCI6MTUxNjE0MTE1NH0.9XdG1o-KIsO_K7o0eaHb-Enqy4ETkQSQS4MhpdvhsrE"
  }
}

Response Properties

PropertyTypeDescription
tokenstringJWT token associated with the subaccount.
Language
Credentials
Header
Click Try It! to start a request and see the response here!