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

Kajabi Contacts API

The Contacts API from Kajabi — 4 operation(s) for contacts.

Kajabi Contacts API is one of 21 APIs that Kajabi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 10 JSON Schema definitions.

Tagged areas include Contacts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 10 JSON Schemas.

This API exposes 13 operations across 4 paths, and defines 12 schemas. It is described by OpenAPI 3.0.3, at version 1.1.0.

Requests are made against a single base URL, https://api.kajabi.com.

13 operations 4 paths 12 schemas 3 DELETE4 GET3 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.1.0
Base URL
https://api.kajabi.com
Authentication
HTTP Bearer
Contact
License
Resource Areas
1

Authentication & Security 1

Kajabi Contacts API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Bearer).

Paths & Operations 13

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

Contacts 13
POST
/v1/contacts
Create a contact
body → 201401403400422
GET
/v1/contacts
List contacts
77 params → 200401403
GET
/v1/contacts/{id}
Contact details
3 params → 200401403
PATCH
/v1/contacts/{id}
Update contact
1 param body → 200401403422
DELETE
/v1/contacts/{id}
Delete contact
1 param → 200401403422
GET
/v1/contacts/{contact_id}/relationships/offers
List contact's offers
1 param → 200401403404
POST
/v1/contacts/{contact_id}/relationships/offers
Grant offer to contact
1 param body → 200400403401404
DELETE
/v1/contacts/{contact_id}/relationships/offers
Revoke offer from contact
1 param body → 200400401403404
PATCH
/v1/contacts/{contact_id}/relationships/offers
Replace offers for contact
1 param body → 200400401403404
GET
/v1/contacts/{contact_id}/relationships/tags
List contact's tags
1 param → 200401403404
POST
/v1/contacts/{contact_id}/relationships/tags
Add tag to contact
1 param body → 200400401403404
DELETE
/v1/contacts/{contact_id}/relationships/tags
Remove tag from contact
1 param body → 200400401403404
PATCH
/v1/contacts/{contact_id}/relationships/tags
Replace tags for contact
1 param body → 200400401403404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are contacts_attributes (17 properties), errors_attributes (4 properties), contacts_relationships_tags_response (2 properties), contacts_index_response (2 properties). Each schema is shown below with its type and property counts.

contacts_show_response
object
2 properties
resource_identifier
object
2 properties 2 required
errors_unprocessable
object
1 property
errors_attributes
object
4 properties
contacts_index_response
object
2 properties
empty_response
object
1 property
contacts_attributes
object
17 properties
contacts_relationships_tags_response
object
2 properties
resource_identifiers
array
errors_unauthorized
object
1 property
errors_forbidden
object
1 property
errors_bad_request
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kajabi-contacts-api-openapi.yml Raw ↑

Other APIs Kajabi publishes across the network.

Kajabi Authentication API
Kajabi Blog posts API
Kajabi Contact Notes API
Kajabi Contact Tags API
Kajabi Courses API
Kajabi Custom Fields API
Kajabi Customers API
Kajabi Forms API
Kajabi Kajabi Payments Payouts API
Kajabi Landing pages API
Kajabi Me API
Kajabi Offers API