Get store certificates
curl --request GET \
--url https://api-dev.monyfix.tech/stores/{store_id}/certificates \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"promo_code": "<string>",
"quantity": 123,
"discount_percent": 123,
"expired_at": "2023-11-07T05:31:56Z",
"is_for_winner": true,
"product": {
"id": "<string>",
"name": "<string>",
"price": 123,
"is_active": true,
"quantity": 123,
"store": {
"id": 123,
"name": "<string>",
"is_blogger": true,
"seller_type": "<string>",
"logo_url": "<string>"
},
"format_price": "<string>",
"platform_price": 123,
"detail_desc": "<string>",
"question_id": 123,
"attribute_values": [
{
"id": 123,
"value": "<string>",
"key_name": "<string>",
"name": "<string>",
"type": "<string>",
"choices": "<string>",
"need_to_choose": true
}
],
"assets": []
}
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Show child attributes
Show child attributes
curl --request GET \
--url https://api-dev.monyfix.tech/stores/{store_id}/certificates \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"promo_code": "<string>",
"quantity": 123,
"discount_percent": 123,
"expired_at": "2023-11-07T05:31:56Z",
"is_for_winner": true,
"product": {
"id": "<string>",
"name": "<string>",
"price": 123,
"is_active": true,
"quantity": 123,
"store": {
"id": 123,
"name": "<string>",
"is_blogger": true,
"seller_type": "<string>",
"logo_url": "<string>"
},
"format_price": "<string>",
"platform_price": 123,
"detail_desc": "<string>",
"question_id": 123,
"attribute_values": [
{
"id": 123,
"value": "<string>",
"key_name": "<string>",
"name": "<string>",
"type": "<string>",
"choices": "<string>",
"need_to_choose": true
}
],
"assets": []
}
}
]