Skip to main content
GET
/
reseller
/
features
Available features
curl --request GET \
  --url https://api.nuwebgroup.com/v1/partner/reseller/features \
  --header 'Authorization: Bearer <token>' \
  --header 'X-NU-RESELLER-ID: <x-nu-reseller-id>'
{
  "data": {
    "type": "features",
    "id": "timeslots",
    "attributes": {
      "slug": "timeslots",
      "description": "This will allow events to add tickets to specific time slots.",
      "isLimitation": false
    }
  }
}

Authorizations

Authorization
string
header
required

The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your hub user credentials.

Headers

X-NU-RESELLER-ID
integer
required

The ID of the reseller this operation should be performed against.

Response

Successfully retrieved a list of available features.

data
object[]