Tokens
API tokens let you access the Vaultoro services, create orders and more.
Last updated
API tokens let you access the Vaultoro services, create orders and more.
Last updated
GET
https://api.vaultoro.com/v1/tokens
This endpoint allows you to get your API tokens.
Name | Type | Description |
---|---|---|
POST
https://api.vaultoro.com/v1/tokens
Create API tokens for your account. Make a note of the token that is returned since you cannot access this again. Currently you can only create tokens within the Vaultoro dashboard.
DELETE
https://api.vaultoro.com/v1/tokens/:referenceId
Delete any of your API tokens.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization
string
Your main bearer token.
Authorization
string
Your main bearer token
expires
number
The unix epoch time at which the token expires.
scope
string
The scope in which the token works in, 'read' or 'write'.
captcha
string
The value of the captcha on the Vaultoro dashboard.
referenceId
string
The referenceId of the token you want to delete
Authorization
string
Your main bearer token