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

Tapfiliate Customers API

Manage customers and their metadata

Tapfiliate Customers API is one of 10 APIs that Tapfiliate 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 authentication docs.

This API exposes 11 operations across 5 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.6.

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

11 operations 5 paths 2 schemas 2 DELETE4 GET1 PATCH1 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.6
Base URL
https://api.tapfiliate.com/1.6/
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Tapfiliate Customers API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Api-Key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 11

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

Customers 11

Manage customers and their metadata

GET
/customers/{id}/
Retrieve a Customer
getCustomer 1 param → 200401404
PATCH
/customers/{id}/
Update a Customer
updateCustomer 1 param body → 200401404
DELETE
/customers/{id}/
Delete a Customer
deleteCustomer 1 param → 204401404
GET
/customers/
List all Customers
listCustomers 2 params → 200401
POST
/customers/
Create a Customer
createCustomer body → 201401422
PUT
/customers/{id}/status/
Cancel or Uncancel a customer
cancelCustomer 1 param body → 200401404
GET
/customers/{id}/meta-data/
Retrieve meta data for a Customer
getCustomerMetaData 1 param → 200401404
PUT
/customers/{id}/meta-data/
Update (replace) meta data for a Customer
replaceCustomerMetaData 1 param body → 200401404
GET
/customers/{id}/meta-data/{key}/
Retrieve meta data by key for a Customer
getCustomerMetaDataByKey 2 params → 200401404
PUT
/customers/{id}/meta-data/{key}/
Set meta data by key for a Customer
setCustomerMetaDataByKey 2 params body → 200401404
DELETE
/customers/{id}/meta-data/{key}/
Delete meta data by key for a Customer
deleteCustomerMetaDataByKey 2 params → 204401404

Schemas 2

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

Customer
object
6 properties
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tapfiliate-customers-api-openapi.yml Raw ↑

Other APIs Tapfiliate publishes across the network.

Tapfiliate Affiliate Groups API
Tapfiliate Affiliate Prospects API
Tapfiliate Affiliates API
Tapfiliate Balances API
Tapfiliate Clicks API
Tapfiliate Commissions API
Tapfiliate Conversions API
Tapfiliate Payments API
Tapfiliate Programs API