cURL
curl --request POST \ --url https://api.togai.com/addons \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "type": "LICENSE", "billableName": "<string>" }'
{ "name": "<string>", "type": "LICENSE", "billableName": "<string>", "id": "addon.1zYnCiM9Bpg.1zYn", "createdAt": "2023-11-07T05:31:56Z", "status": "ACTIVE", "displayName": "<string>" }
Create an AddOn
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Payload to create addon
Request to create an addon
Response for Create and Get addons requests