Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tamara Webhooks API

Register and manage HTTPS webhook endpoints that receive order and dispute lifecycle events from Tamara (order_approved, order_authorised, order_captured, order_refunded, order_canceled, order_expired, dispute events, and more). Webhooks carry a JWT-encoded `tamaraToken` for verification.

Tamara Webhooks API is one of 11 APIs that Tamara publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhooks, Events, and Notifications. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 4 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against 2 base URLs: https://partner-api.tamara.co, https://partner-api-sandbox.tamara.co.

4 operations 2 paths 3 schemas 1 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.tamara.co
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Tamara Webhooks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth).

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Webhooks 4
POST
/webhooks
Register Webhook URL
registerWebhook body → 200
GET
/webhooks/{webhookId}
Retrieve Webhook URL
retrieveWebhook 1 param → 200
PUT
/webhooks/{webhookId}
Update Webhook URL
updateWebhook 1 param body → 200
DELETE
/webhooks/{webhookId}
Delete Webhook URL
deleteWebhook 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are WebhookResponse (5 properties), WebhookRequest (4 properties), WebhookUpdate (3 properties). Each schema is shown below with its type and property counts.

WebhookUpdate
object
3 properties 2 required
WebhookResponse
object
5 properties
WebhookRequest
object
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tamara-webhooks-api-openapi.yml Raw ↑

Other APIs Tamara publishes across the network.

Tamara Orders API
Tamara In-Store Checkout API
Tamara Disputes API
Tamara Pre-Checkout Eligibility API
Tamara Captures API
Tamara Channel Partner Webhooks API
Tamara Checkout Sessions API
Tamara Merchant API Keys API
Tamara Merchant Onboarding API
Tamara Refunds API