curl --request GET \
--url https://api.ongoody.com/v1/brands \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"logo_image": {
"url": "<string>",
"width": 123,
"height": 123
},
"shipping_price": 123,
"free_shipping_minimum": 123,
"commerce_revshare_excluded": true,
"brand_values": [
"<string>"
],
"brand_sets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"images": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
}
}
],
"products": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"brand": "<unknown>",
"variants": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
},
"subtitle": "<string>"
}
],
"images": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
}
}
],
"price": 123,
"price_is_variable": true,
"restricted_states": [
"<string>"
],
"subtitle": "<string>",
"subtitle_short": "<string>",
"recipient_description": "<string>",
"variants_label": "<string>",
"variants_num_selectable": 123,
"variant_groups": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"options": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"subtitle": "<string>",
"color": "<string>",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
}
}
]
}
],
"price_min": 123,
"price_max": 123,
"attributes": [
{
"label": "<string>",
"content": "<string>"
}
],
"status": "active",
"updated_at": "2023-11-07T05:31:56Z",
"reserved_options": {
"custom_price_tier": 123
}
}
],
"categories": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"subcategories": [
"<string>"
]
}
]
}
]
}
],
"list_meta": {
"total_count": 123
}
}Your Goody API key.
Page for pagination, starting at 1
x >= 1Items per page for pagination
1 <= x <= 100Filter by a specific shipping country code
curl --request GET \
--url https://api.ongoody.com/v1/brands \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"logo_image": {
"url": "<string>",
"width": 123,
"height": 123
},
"shipping_price": 123,
"free_shipping_minimum": 123,
"commerce_revshare_excluded": true,
"brand_values": [
"<string>"
],
"brand_sets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"images": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
}
}
],
"products": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"brand": "<unknown>",
"variants": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
},
"subtitle": "<string>"
}
],
"images": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
}
}
],
"price": 123,
"price_is_variable": true,
"restricted_states": [
"<string>"
],
"subtitle": "<string>",
"subtitle_short": "<string>",
"recipient_description": "<string>",
"variants_label": "<string>",
"variants_num_selectable": 123,
"variant_groups": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"options": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"subtitle": "<string>",
"color": "<string>",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
}
}
]
}
],
"price_min": 123,
"price_max": 123,
"attributes": [
{
"label": "<string>",
"content": "<string>"
}
],
"status": "active",
"updated_at": "2023-11-07T05:31:56Z",
"reserved_options": {
"custom_price_tier": 123
}
}
],
"categories": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"subcategories": [
"<string>"
]
}
]
}
]
}
],
"list_meta": {
"total_count": 123
}
}