Referencia OpenAPI
Documentación interactiva de todos los endpoints de la Tikra Portal API.
Esta página renderea cada operación con su request/response schema y un playground interactivo (button Send) para probar en vivo.
Saltá a la sección que te interesa:
Salud y cuenta
GET /health no requiere auth — útil para uptime monitors. GET /me devuelve la identidad de la API key activa + sus rate limits actuales.
Response Body
application/json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/health"{
"ok": true,
"version": "v1"
}Authorization
bearerAuth In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/me"{
"client": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"cuit_dni": "string",
"email": "string"
},
"key": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"key_prefix": "tk_live_",
"scopes": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"last_used_at": "2019-08-24T14:15:22Z"
},
"rate_limits": {
"read_per_hour": 1000,
"write_per_hour": 100,
"burst_per_minute": 100
}
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Stock e inventario
Consulta de stock distribuido en tu warehouse + lots con vencimiento.
Authorization
bearerAuth In: header
Query Parameters
Tamaño de página (default 50, clamp 1-100).
501 <= value <= 100Cursor opaco (base64url) tomado del next_cursor de la página anterior. Corrupto → 400 validation/invalid-cursor.
uuidCantidad mínima (gte). Default 0.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/stock"{
"data": [
{
"product_id": "0d012afa-f885-4e65-aeca-37e27701e2d1",
"products": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"sku": "string",
"unit_type": "string"
},
"quantity": 0,
"updated_at": "2019-08-24T14:15:22Z"
}
],
"next_cursor": "string",
"has_more": true
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/stock/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"product_id": "0d012afa-f885-4e65-aeca-37e27701e2d1",
"products": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"sku": "string",
"unit_type": "string"
},
"quantity": 0,
"updated_at": "2019-08-24T14:15:22Z"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Query Parameters
Tamaño de página (default 50, clamp 1-100).
501 <= value <= 100Cursor opaco (base64url) tomado del next_cursor de la página anterior. Corrupto → 400 validation/invalid-cursor.
uuidSolo lotes con expiry_date <= valor (lte).
dateResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/stock/lots"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"product_id": "0d012afa-f885-4e65-aeca-37e27701e2d1",
"lot_number": "string",
"quantity": 0,
"expiry_date": "2019-08-24",
"products": {
"name": "string",
"sku": "string"
}
}
],
"next_cursor": "string",
"has_more": true
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Remitos
Listado y detalle de remitos de ingreso/egreso de tu stock. Cada remito incluye sus items. GET /movements da un historial liviano de esos remitos como movimientos de cuenta (ingreso/egreso) — requiere el scope read:activity.
Authorization
bearerAuth In: header
Query Parameters
Tamaño de página (default 50, clamp 1-100).
501 <= value <= 100Cursor opaco (base64url) tomado del next_cursor de la página anterior. Corrupto → 400 validation/invalid-cursor.
"ingreso" | "egreso"date-timedate-timeResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/remitos"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "ingreso",
"status": "string",
"date": "string",
"remito_number": [
"string"
],
"source_order_id": "ea4c148f-afbc-43e2-bd2c-742a123a815e",
"created_at": "2019-08-24T14:15:22Z"
}
],
"next_cursor": "string",
"has_more": true
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/remitos/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "ingreso",
"status": "string",
"date": "string",
"remito_number": [
"string"
],
"source_order_id": "ea4c148f-afbc-43e2-bd2c-742a123a815e",
"created_at": "2019-08-24T14:15:22Z",
"distribution_remito_items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"product_id": "0d012afa-f885-4e65-aeca-37e27701e2d1",
"quantity": 0,
"expiry_date": "2019-08-24",
"vintage_year": 0,
"notes": "string",
"products": {
"name": "string",
"sku": "string"
}
}
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Query Parameters
Tamaño de página (default 50, clamp 1-100).
501 <= value <= 100Cursor opaco (base64url) tomado del next_cursor de la página anterior. Corrupto → 400 validation/invalid-cursor.
"ingreso" | "egreso"date-timedate-timeResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/movements"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "ingreso",
"status": "string",
"date": "string",
"remito_number": [
"string"
],
"source_order_id": "ea4c148f-afbc-43e2-bd2c-742a123a815e",
"created_at": "2019-08-24T14:15:22Z"
}
],
"next_cursor": "string",
"has_more": true
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Pedidos
Crear pedidos vía API (idempotent), consultar status, cancelar y subir attachments PDF (preimpresos).
Authorization
bearerAuth In: header
Query Parameters
Tamaño de página (default 50, clamp 1-100).
501 <= value <= 100Cursor opaco (base64url) tomado del next_cursor de la página anterior. Corrupto → 400 validation/invalid-cursor.
date-timedate-timeResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/orders"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"order_number": "string",
"status": "string",
"delivery_type": "string",
"destinatario_id": "4a973a49-fb63-494f-92e3-d213b261bff9",
"notes": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"next_cursor": "string",
"has_more": true
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Header Parameters
length <= 255Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://ciervo.tikra.com.ar/api/v1/portal/orders" \ -H "Idempotency-Key: string" \ -H "Content-Type: application/json" \ -d '{ "destinatario_id": "4a973a49-fb63-494f-92e3-d213b261bff9", "items": [ { "product_id": "0d012afa-f885-4e65-aeca-37e27701e2d1", "quantity": 1 } ] }'{}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/orders/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"order_number": "string",
"status": "string",
"delivery_type": "string",
"destinatario_id": "4a973a49-fb63-494f-92e3-d213b261bff9",
"notes": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"delivery_address": "string",
"delivery_city": "string",
"delivery_province": "string",
"delivery_contact": "string",
"distribution_order_items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"product_id": "0d012afa-f885-4e65-aeca-37e27701e2d1",
"quantity": 0,
"vintage_year": 0,
"notes": "string",
"products": {
"name": "string",
"sku": "string"
}
}
],
"distribution_order_attachments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"file_url": "string",
"file_name": "string",
"created_at": "2019-08-24T14:15:22Z"
}
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X PATCH "https://ciervo.tikra.com.ar/api/v1/portal/orders/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "action": "cancel" }'{}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidRequest Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://ciervo.tikra.com.ar/api/v1/portal/orders/497f6eca-6276-4993-bfeb-53cbbbba6f08/attachments" \ -F file="string"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"file_url": "string",
"file_name": "string",
"created_at": "2019-08-24T14:15:22Z"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Cuenta corriente
Saldo actual y movimientos de cuenta (pagos recibidos / fiado).
Authorization
bearerAuth In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/balance"{
"saldo": 0,
"total_fiado": 0,
"total_pagado": 0
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Query Parameters
Tamaño de página (default 50, clamp 1-100).
501 <= value <= 100Cursor opaco (base64url) tomado del next_cursor de la página anterior. Corrupto → 400 validation/invalid-cursor.
Filtro exacto (efectivo|tarjeta|transferencia|qr|cheque).
date-timedate-timeResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/transactions"{
"data": [
{
"id": "string",
"amount": 0,
"payment_method": "string",
"description": "string",
"created_at": "2019-08-24T14:15:22Z"
}
],
"next_cursor": "string",
"has_more": true
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Destinatarios
CRUD de destinatarios (lugares donde despacha tu stock).
Authorization
bearerAuth In: header
Query Parameters
Tamaño de página (default 50, clamp 1-100).
501 <= value <= 100Cursor opaco (base64url) tomado del next_cursor de la página anterior. Corrupto → 400 validation/invalid-cursor.
Filtro por nombre (ILIKE, substring).
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/destinatarios"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"address": "string",
"phone": "string",
"city": "string",
"province": "string",
"postal_code": "string",
"email": "user@example.com",
"cuit_dni": "string",
"iva_condition": "string",
"delivery_schedule": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"next_cursor": "string",
"has_more": true
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://ciervo.tikra.com.ar/api/v1/portal/destinatarios" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"address": "string",
"phone": "string",
"city": "string",
"province": "string",
"postal_code": "string",
"email": "user@example.com",
"cuit_dni": "string",
"iva_condition": "string",
"delivery_schedule": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X PATCH "https://ciervo.tikra.com.ar/api/v1/portal/destinatarios/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"address": "string",
"phone": "string",
"city": "string",
"province": "string",
"postal_code": "string",
"email": "user@example.com",
"cuit_dni": "string",
"iva_condition": "string",
"delivery_schedule": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidResponse Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://ciervo.tikra.com.ar/api/v1/portal/destinatarios/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Webhooks
Suscribirte a 16 events firmados con HMAC-SHA256. Manejo completo: registrar endpoints, rotar secrets, ver historial de deliveries, retry manual.
Authorization
bearerAuth In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/webhooks"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"url": "http://example.com",
"description": "string",
"events": [
"order.created"
],
"status": "active",
"consecutive_failures": 0,
"last_success_at": "2019-08-24T14:15:22Z",
"last_failure_at": "2019-08-24T14:15:22Z",
"last_failure_reason": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://ciervo.tikra.com.ar/api/v1/portal/webhooks" \ -H "Content-Type: application/json" \ -d '{ "url": "http://example.com", "events": [ "order.created" ] }'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"url": "http://example.com",
"description": "string",
"events": [
"order.created"
],
"status": "string",
"created_at": "2019-08-24T14:15:22Z",
"signing_secret": "whsec_<hex>",
"signing_secret_warning": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"url": "http://example.com",
"description": "string",
"events": [
"order.created"
],
"status": "active",
"consecutive_failures": 0,
"last_success_at": "2019-08-24T14:15:22Z",
"last_failure_at": "2019-08-24T14:15:22Z",
"last_failure_reason": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X PATCH "https://ciervo.tikra.com.ar/api/v1/portal/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"url": "http://example.com",
"description": "string",
"events": [
"order.created"
],
"status": "active",
"consecutive_failures": 0,
"last_success_at": "2019-08-24T14:15:22Z",
"last_failure_at": "2019-08-24T14:15:22Z",
"last_failure_reason": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidResponse Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://ciervo.tikra.com.ar/api/v1/portal/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://ciervo.tikra.com.ar/api/v1/portal/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/rotate-secret"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"signing_secret": "whsec_<hex>",
"signing_secret_warning": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuidQuery Parameters
Tamaño de página (default 50, clamp 1-100).
501 <= value <= 100Cursor opaco (base64url) tomado del next_cursor de la página anterior. Corrupto → 400 validation/invalid-cursor.
"pending" | "succeeded" | "failed" | "abandoned"Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://ciervo.tikra.com.ar/api/v1/portal/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/deliveries"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"event_type": "string",
"event_id": "a7a26ff2-e851-45b6-9634-d595f45458b7",
"status": "pending",
"attempts": 0,
"response_status": 0,
"duration_ms": 0,
"created_at": "2019-08-24T14:15:22Z",
"delivered_at": "2019-08-24T14:15:22Z",
"next_attempt_at": "2019-08-24T14:15:22Z"
}
],
"next_cursor": "string",
"has_more": true
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}Authorization
bearerAuth In: header
Path Parameters
uuiduuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://ciervo.tikra.com.ar/api/v1/portal/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/deliveries/497f6eca-6276-4993-bfeb-53cbbbba6f08/retry"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "pending"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"request_id": "req_01hx...",
"required_scopes": [
"string"
],
"granted_scopes": [
"string"
]
}