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