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

Culqi Customers API

Stored customer (cliente) profiles.

Culqi Customers API is one of 12 APIs that Culqi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Customers. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 2 paths, and defines 8 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against 2 base URLs: https://api.culqi.com/v2, https://secure.culqi.com/v2.

5 operations 2 paths 8 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Base URL
https://secure.culqi.com/v2
Authentication
HTTP Bearer, HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 2

Culqi Customers API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (sk_live_/sk_test_ secret key) (secretKey). It accepts HTTP bearer tokens (pk_live_/pk_test_ public key) (publicKey).

  • secretKey — Server-side secret key sent as an HTTP Bearer token in the Authorization header, e.g. Authorization: Bearer sklive....
  • publicKey — Public key sent as an HTTP Bearer token for tokenization and 3DS confirm on the secure host, e.g. Authorization: Bearer pklive....

Paths & Operations 5

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

Customers 5

Stored customer (cliente) profiles.

POST
/customers
Create a customer
createCustomer body → 201400
GET
/customers
List customers
listCustomers 3 params → 200
GET
/customers/{id}
Retrieve a customer
getCustomer 1 param → 200404
PATCH
/customers/{id}
Update a customer
updateCustomer 1 param body → 200
DELETE
/customers/{id}
Delete a customer
deleteCustomer 1 param → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are CreateCustomerRequest (8 properties), Customer (8 properties), Card (6 properties), Error (6 properties). Each schema is shown below with its type and property counts.

CustomerList
Metadata
object
Arbitrary key/value metadata attached to a resource.
PaginatedList
object
3 properties
Card
object
6 properties
Error
object
6 properties
Deleted
object
3 properties
Customer
object
8 properties
CreateCustomerRequest
object
8 properties 7 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

culqi-customers-api-openapi.yml Raw ↑

Other APIs Culqi publishes across the network.

Culqi 3DS API
Culqi Cards API
Culqi Charges API
Culqi Events API
Culqi Iins API
Culqi Orders API
Culqi Plans API
Culqi Refunds API
Culqi Subscriptions API
Culqi Tokens API
Culqi Transfers API
Where this information came from

This is an independent, third-party profile of Culqi Customers 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.