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

Evervault Network Tokens API

The Network Tokens API from Evervault — 5 operation(s) for network tokens.

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

Tagged areas include Network Tokens. The published artifact set on APIs.io includes an OpenAPI specification.

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

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

6 operations 5 paths 5 schemas 1 DELETE2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.0.1
Base URL
https://api.evervault.com
Authentication
HTTP Basic, HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 3

Evervault Network Tokens API declares 3 security schemes for authenticating requests. It accepts HTTP basic authentication (ApiKey). It accepts HTTP bearer tokens (RunToken) (TokenAuth). It accepts HTTP bearer tokens (Token) (ClientSideToken).

  • ApiKey — Authentication using an API key. The username is the App ID and the password is the Api Key.
  • TokenAuth — Authentication using a short lived run token that you can share with clients. The Authorization header must be formatted as follow: "RunToken "
  • ClientSideToken — Authentication using a short lived token that you can share with clients. The Authorization header must be formatted as follow: "Token "

Paths & Operations 6

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

Network Tokens 6
POST
/payments/network-tokens
Create a Network Token
createNetworkToken body → 201400422500
GET
/payments/network-tokens/{network_token_id}
Retrieve a Network Token
getNetworkToken 1 param → 200
DELETE
/payments/network-tokens/{network_token_id}
Delete a Network Token
deleteNetworkToken 1 param → 204
POST
/payments/network-tokens/{network_token_id}/cryptograms
Create a Cryptogram
createNetworkTokenCryptogram 1 param → 201
POST
/payments/network-tokens/{network_token_id}/simulate
Simulate a Network Token Update
simulateNetworkTokenUpdate 1 param body → 200
GET
/payments/network-tokens/{network_token_id}/card-art
Retrieve Card Art
getCardArt 1 param → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are NetworkToken (11 properties), Error (5 properties), CardArt (4 properties), NetworkTokenCryptogram (3 properties). Each schema is shown below with its type and property counts.

CardArt
object
4 properties 4 required
NetworkTokenCryptogram
object
3 properties 3 required
Error
object
5 properties
NetworkToken
object
11 properties 9 required
CardExpiry
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

evervault-network-tokens-api-openapi.yml Raw ↑

Other APIs Evervault publishes across the network.

Evervault 3D Secure API
Evervault Acquirers API
Evervault Card Account Updates API
Evervault Client Tokens API
Evervault Core API
Evervault Functions API
Evervault Insights API
Evervault Merchants API
Evervault Payments API
Evervault Relays API
Evervault Webhooks API