Baloom
    Baloom
    • Developers
      • Créer une nouvelle application développeur
        POST
      • Lister toutes les applications développeur
        GET
      • Obtenir une application par ID
        GET
      • Mettre à jour une application
        PATCH
      • Supprimer une application
        DELETE
      • Créer une clé API pour une application
        POST
      • Lister les clés API d'une application
        GET
      • Révoquer une clé API
        POST
    • Webhooks
      • Créer un endpoint webhook
        POST
      • Lister les endpoints webhooks
        GET
      • Obtenir un endpoint webhook par ID
        GET
      • Mettre à jour un endpoint webhook
        PATCH
      • Supprimer un endpoint webhook
        DELETE
      • Obtenir l'historique des événements webhooks
        GET
    • API
      • Lister les produits
      • Obtenir un produit par ID
      • Lister les catégories
      • Obtenir une catégorie par ID
      • Lister les commandes
      • Obtenir une commande par ID
      • Lister les clients
      • Obtenir un client par ID
      • Lister les factures
      • Obtenir une facture par ID
    • Schemas
      • CreateApplicationDto
      • UpdateApplicationDto
      • DeveloperApplication
      • CreateApiKeyDto
      • ApiKey
      • Product
      • Category
      • Order
      • Customer
      • Invoice
      • PaginatedResponse
      • CreateWebhookEndpointDto
      • UpdateWebhookEndpointDto
      • WebhookEndpoint
      • WebhookEvent
      • WebhookPayload
      • Error

    WebhookPayload

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "event": "order.created",
        "data": {},
        "timestamp": "2019-08-24T14:15:22.123Z",
        "apiVersion": "1.0"
    }
    Built with