GATE
GET Gates
Example of request:
https://api.certhis.io/gates
Parameter
Description
collection_index
the int
representing the collection ID
{
"status": true,
"message": "get_gates",
"data": [
{
"banner_url": "https://utility-apps-assets.certhis.io/upload/2024/12/18/74842410-bd38-11ef-999c-b3d8c7126872.png",
"id": 490,
"title": "Essayez notre carte, créez la vôtre !",
"description": "Vous voulez créer votre propre carte de membre personnalisée? Avec Snapss, transformez chaque visiteur en membre fidèle. Essayez notre carte de membre et créez ensuite la vôtre!",
"permissions": {
"public": true,
"max_claim": 0,
"installed_pass": true,
"check_attributes": [],
"form": [
{
"type": "phone_number",
"label": "Phone number",
"name": "phone_number",
"required": false
}
]
},
"action": {
"update_attributes": [
{
"name": "points",
"operation": "add",
"value": 2
}
]
},
"public": 1
},
{
"banner_url": "https://utility-apps-assets.certhis.io/upload/2024/12/10/9c839b30-b6f8-11ef-8cf7-73e46dd2efdd.png",
"id": 456,
"title": "10% on your Subscription",
"description": "Enjoy 10% OFF on all subscriptions and take your customer engagement to the next level. Don’t miss this limited-time offer!",
"permissions": {
"public": true,
"max_claim": 0,
"installed_pass": true,
"check_attributes": [],
"form": [
{
"type": "phone_number",
"label": "Phone number",
"name": "phone_number",
"required": false
}
]
},
"action": {
"update_attributes": []
},
"public": 1
}
]
}
Last updated