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

NIFT Customers API

Customer status and deletion operations for partners.

NIFT Customers API is published by NIFT 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 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 2026-07.

Requests are made against a single base URL, https://www.gonift.com.

2 operations 2 paths 3 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2026-07
Base URL
https://www.gonift.com
Authentication
OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

NIFT Customers API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials flow, exposing 2 scopes.

  • oauth2 — OAuth 2.0 client credentials issued by Nift; token endpoint at /oauth/token.

Paths & Operations 2

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

Customers 2

Customer status and deletion operations for partners.

POST
/api/v:2023-03/partners/customers/status
Get customer status
getCustomerStatus body → 200401
POST
/api/v2026-07/partners/customers/deletions
Submit customer deletion requests
createCustomerDeletions body → 202400401403

Schemas 3

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

DeletionReceipt
object
2 properties
Error
object
2 properties
CustomerStatus
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nift-customers-api-openapi.yml Raw ↑