Deliverect · JSON Structure

Gift Cards Api Giftcards Registerprofile Structure

Deliverect Register Profile

Type: object Properties: 2 Required: 2
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

GiftcardsRegisterprofile is a JSON Structure definition published by Deliverect, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

account apiKey

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-structure/gift-cards-api-giftcards-registerprofile-structure.json",
  "name": "GiftcardsRegisterprofile",
  "description": "Deliverect Register Profile",
  "type": "object",
  "properties": {
    "account": {
      "type": "string",
      "example": "string"
    },
    "apiKey": {
      "type": "string",
      "example": "string",
      "description": "API key is the unique identifier of the customer within the gift cards gateway"
    }
  },
  "required": [
    "account",
    "apiKey"
  ]
}