Skip to main content
GET
/
api
/
v3
/
network-settings
/
product
Get product configuration
curl --request GET \
  --url https://apix.us.amity.co/api/v3/network-settings/product \
  --header 'Authorization: Bearer <token>'
{
  "product": {
    "enabled": true
  }
}

Authorizations

Authorization
string
header
required

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

Response

Product catalogue configuration

product
object