How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

SantéVet Reimbursement API

SantéVet's partner claims and settlement API. Creates and retrieves pet-insurance reimbursement claims, lists every claim for an insured animal or for a client, and returns the third-party-payment (tiers payant) instalment schedule for a coverage — the surface behind PayVet, where SantéVet settles directly with the veterinary clinic instead of reimbursing the owner afterwards. 6 operations under /api/v1/, 19 component schemas. The best-formed of SantéVet's three contracts, though it declares no security scheme despite returning 401 on every operation.

This API exposes 6 operations across 5 paths, and defines 19 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against 3 base URLs: https://reimbursement.api.santevet.com, https://staging.reimbursement.api.santevet.com, https://{user}.reimbursement-api.srv-dev-web-2021.santevet.lan.

6 operations 5 paths 19 schemas 4 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://reimbursement.api.santevet.com
Resource Areas
1

Paths & Operations 6

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

Reimbursement 6

Reimbursement

GET
/api/v1/reimbursements/{reimbursementId}
Retrieve a reimbursement.
findReimbursement 1 param → 200400404
PATCH
/api/v1/reimbursements/{reimbursementId}
Update a reimbursement.
updateReimbursement 1 param body → 200
GET
/api/v1/animals/{animalId}/reimbursements
Retrieve a collection of reimbursements by an animal identifier.
findAllReimbursementsByAnimal 1 param → 200404
GET
/api/v1/clients/{clientId}/reimbursements
Retrieve a collection of reimbursements by a client identifier.
findAllReimbursementsByClient 1 param → 200404
POST
/api/v1/reimbursements
Create a new reimbursement.
createReimbursement body → 200
GET
/api/v1/third-party-payments/{coverageId}/schedule
Retrieve schedule for a Third Party Payment by its Coverage identifier.
findSchedule 1 param → 200

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are ApiReimbursement (25 properties), ApiReimbursement3 (19 properties), ApiReimbursement2 (18 properties), CreateReimbursementClaimRequest (12 properties). Each schema is shown below with its type and property counts.

ApiReimbursement
object
25 properties
UpdateThirdPartyPaymentRequest
object
7 properties
ReimbursementIdResponse
object
1 property
ApiReimbursement2
object
18 properties
ApiReimbursement3
object
19 properties
CreateReimbursementClaimRequest
object
12 properties 8 required
CreateThirdPartyPaymentRequest
object
7 properties 5 required
CreateLossQuotationRequest
object
5 properties 3 required
CreateDeathRegistrationRequest
object
5 properties 3 required
ApiSchedule
object
3 properties
ApiClinic
object
2 properties
ApiTypology
object
10 properties
ApiClinic2
object
1 property
ApiClinic3
object
1 property
ApiDueDate
object
3 properties
ApiAct
object
4 properties
ApiUpperLimit
object
2 properties
ApiDiscount
object
3 properties
ApiNonConformities
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

santevet-reimbursement-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of SantéVet Reimbursement API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.