post https://api.fonestorm.com/v2/subaccounts/token
Create new Subaccount token.
Get an authentication token of a subaccount using billing account token.
Notes
subaccount
subaccount
Valid 10 digit subaccount code.
Sample Response
{
"subaccount": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50Ijp7ImlkIjoiODAwODA1NjU2MiJ9LCJwb3J0YWwiOnsidG9rZW4iOiJjODJjMmVkYzMzNWIwYzI3NjYwOWIzNDcxMmFmOWZlOCJ9LCJpYXQiOjE1MTYxMzc1NTQsImV4cCI6MTUxNjE0MTE1NH0.9XdG1o-KIsO_K7o0eaHb-Enqy4ETkQSQS4MhpdvhsrE"
}
}
Response Properties
Property | Type | Description |
---|---|---|
token | string | JWT token associated with the subaccount. |