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

Evident Verification Requests API

The Verification Requests API from Evident — 2 operation(s) for verification requests.

Evident Verification Requests API is one of 3 APIs that Evident publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Verification Requests. 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.0.1, at version 1.0.

Requests are made against 4 base URLs: https://verify.api.evidentid.com/api/v1, https://verify.api.demo.evidentid.com/api/v1, https://submit.api.evidentid.com/api/v1, https://submit.api.demo.evidentid.com/api/v1.

2 operations 2 paths 3 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://verify.api.evidentid.com/api/v1
Authentication
HTTP Basic, HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 2

Evident Verification Requests API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It accepts HTTP bearer tokens (bearerAuth).

  • basicAuth — HTTP Basic Auth using your Evident username and API key (VerifyAPI).
  • bearerAuth — Bearer token using the userIdentityToken returned by VerifyAPI (SubmitAPI).

Paths & Operations 2

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

Verification Requests 2
POST
/verify/requests
Create a verification request
createVerificationRequest body → 200
GET
/verify/requests/{requestId}
Retrieve a verification request
getVerificationRequest 1 param → 200

Schemas 3

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

VerificationRequest
object
5 properties
VerificationRequestResult
object
2 properties
VerificationRequestCreated
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

evident-id-verification-requests-api-openapi.yml Raw ↑

Other APIs Evident publishes across the network.

Evident Results API
Evident Submission API