Returns information about the API-Token.
| Name | Type |
| created | Timestamp |
| user | Tubitor UserID |
| apis | Array(string) of allowed APIs |
| access | Array |
| access -> allowed | Boolean |
| access -> confirmed | Timestamp |
| access -> confirmer | Tubitor UserID |
Updates an API-Token
| Name | Type |
| apis | Array (string) of allowed APIs |
| access | Array |
| access -> allowed | Boolean |
| access -> confirmer | Tubitor UserID |
| Name | Type |
| apis | Array |
| apis -> error | Error message (if error) |
| apis -> success | Success message (if success) |
| access | Array |
| access -> error | Error message (if error) |
| access -> success | Success message (if success) |
Remove a specific API-Token.
| Name | Type |
| success | Success message (if success) |
Get all API Tokens of a specific user
| Name | Type |
| amount | Amount of tokens |
| tokens | Array (string) with API Tokens |
Create an API-Token for specific user.
| Name | Type |
| domain | Domain for API-Key |
| Name | Type |
| token | Tubitor API Token |
https://tubitorapis.com/apitokens/
Tubitor API-Token with access to 'apitokens'.
API Author: Tubitor Developers
Website: developers.tubitor.com