cURL
curl --request GET \ --url https://api.wizcommerce.com/v1/attributes \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "01f5d171-d3e3-4b2b-bd57-0727194b5bed", "name": "Color", "entity": "customer", "data_type": "select", "options": [ "Red", "Blue", "Green" ], "created_at": "2021-01-01T00:00:00Z", "updated_at": "2021-01-01T00:00:00Z" } ] }
List Attributes
API Key for authentication
customer
address
contact
order
product
x >= 1
1 <= x <= 100
OK
The response is of type object.
object
Was this page helpful?