Get user certificate by id
curl --request GET \
--url https://api-dev.monyfix.tech/users/certificates/{cert_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"is_activated": true,
"item": {
"id": "<string>",
"name": "<string>",
"platform_price": 123,
"price": 123,
"store": {
"id": 123,
"name": "<string>",
"is_blogger": true,
"seller_type": "<string>",
"logo_url": "<string>"
},
"format_price": "<string>",
"sku": "<string>",
"start_time": "2023-11-07T05:31:56Z",
"end_time": "2023-11-07T05:31:56Z",
"duration": 123,
"event_type": "<string>",
"assets": [],
"participants_limit": 123,
"location": {
"address": "<string>",
"country": "<string>",
"city": "<string>"
}
},
"promo_code": {
"id": "<string>",
"promo_code": "<string>",
"discount_percent": 123,
"format_expired_at": 123,
"expired_at": "2023-11-07T05:31:56Z",
"is_for_winner": true
},
"round": {
"id": "<string>",
"uniq_id": "<string>"
},
"activated_at": "2023-11-07T05:31:56Z",
"qr_code": {
"image_url": "<string>",
"is_activated": true,
"private_image_url": "<string>"
},
"text": "<string>",
"attribute_values": []
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Show child attributes
curl --request GET \
--url https://api-dev.monyfix.tech/users/certificates/{cert_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"is_activated": true,
"item": {
"id": "<string>",
"name": "<string>",
"platform_price": 123,
"price": 123,
"store": {
"id": 123,
"name": "<string>",
"is_blogger": true,
"seller_type": "<string>",
"logo_url": "<string>"
},
"format_price": "<string>",
"sku": "<string>",
"start_time": "2023-11-07T05:31:56Z",
"end_time": "2023-11-07T05:31:56Z",
"duration": 123,
"event_type": "<string>",
"assets": [],
"participants_limit": 123,
"location": {
"address": "<string>",
"country": "<string>",
"city": "<string>"
}
},
"promo_code": {
"id": "<string>",
"promo_code": "<string>",
"discount_percent": 123,
"format_expired_at": 123,
"expired_at": "2023-11-07T05:31:56Z",
"is_for_winner": true
},
"round": {
"id": "<string>",
"uniq_id": "<string>"
},
"activated_at": "2023-11-07T05:31:56Z",
"qr_code": {
"image_url": "<string>",
"is_activated": true,
"private_image_url": "<string>"
},
"text": "<string>",
"attribute_values": []
}