Customer Groups
The available APIs for customers are explained below.
sale/customer_group/get
This gets a list of customer groups or a specific customer group from the Equotix One account.
Path
/api/sale/customer_group/get
POST Parameters
Name | Type | Required | Description |
domain | string | Yes | The domain you are assigned to authenticate your Equotix One account. |
api_key | string | Yes | The email address assigned to the user account in your Equotix One. |
auth_timestamp | int | Yes | The unix timestamp used to sign this API request. |
auth_signature | string | Yes |
The calculated signature for this API request. |
customer_group_id | int | No |
The customer group ID to search for specifically. |
filter_name | string | No |
Filter the results by the customer group name. |
page | int | No |
Page number of the results. |
Response Parameters
Name | Type | Description |
customer_groups | object | The items results. |
> customer_group_id | int | The customer group ID. |
> name | int | The group name. |
total | int | The total number of results. |
Comments
0 comments
Article is closed for comments.