GET
/
addons
/
{addon_id}
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

addon_id
string
required
Maximum length: 50
Example:

"addon.1zYnCiM9Bpg.lv25y"

Response

200
application/json

Response for Create and Get addons requests

Request to create an addon