Kedvencem Partner API

API documentation

Connect your system to Kedvencem for pet data synchronisation, report submission and a consistent JSON API.

Base URL: https://kedvencem.hu/api/v1

Quick start

  1. We provide API keys after confirming a partner integration.
  2. Copy the key and, for provider endpoints, the secret.
  3. Send a JSON request to the appropriate endpoint as documented below.

The web sign-in interface is not currently intended for general public access.

Authentication

Every write request requires authentication.

Reports API

Authorization: Bearer <api_key> or X-API-Key

Provider API

X-Provider-Key + X-Timestamp + X-Signature

Endpoints

The main API routes.

GET /api/v1/health

Health check

POST /api/v1/reports

Submit a report

POST /api/v1/providers/{provider}/animals:upsert

Create or update animals

POST /api/v1/providers/{provider}/animals:deactivate

Deactivate animals

Response codes

The most common API responses.

200 / 201 Saved successfully
401 Missing or invalid API key
422 Validation error
500 Internal error

Detailed examples for partners

Complete JSON examples and API key requests are available with partner access.

Contact us