Add-ons
Retrieve an add-on
This endpoint is used to retrieve a specific add-on.
GET
/
add_ons
/
{code}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
code
string
requiredUnique code used to identify the add-on.
Response
200 - application/json
add_on
object
requiredWas this page helpful?