WaveBL Certificate of Authenticity API

Undocumented HTTPS API behind WaveBL's public Certificate of Authenticity tool — the free service at coa.wavebl.com that lets any party verify that a bill of lading or trade document was issued and transferred on the WaveBL network. Its existence, base path and two operations are established from WaveBL's own production build: the Angular bundle served at coa.wavebl.com constructs an HTTP client with baseURL "coadocuments" and calls the relative paths "search" and "verify". The surface is an AWS API Gateway fronted by CloudFront — an anonymous GET or OPTIONS to either path returns HTTP 403 {"message":"Missing Authentication Token"} with x-amzn-errortype MissingAuthenticationTokenException and an x-amz-apigw-id header, which is the API Gateway answer for a method not defined on that resource, so only the POST methods the app itself uses are exposed. WaveBL publishes no reference, no OpenAPI and no authentication documentation for it, so no parameters, schemas, error shapes or auth scheme are recorded here. Listed as a measured, undocumented surface.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/wavebl-certificate-of-authenticity-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: wavebl:wavebl-certificate-of-authenticity-api
name: WaveBL Certificate of Authenticity API
description: 'Undocumented HTTPS API behind WaveBL''s public Certificate of Authenticity tool — the free
  service at coa.wavebl.com that lets any party verify that a bill of lading or trade document was issued
  and transferred on the WaveBL network. Its existence, base path and two operations are established from
  WaveBL''s own production build: the Angular bundle served at coa.wavebl.com constructs an HTTP client
  with baseURL "coadocuments" and calls the relative paths "search" and "verify". The surface is an AWS
  API Gateway fronted by CloudFront — an anonymous GET or OPTIONS to either path returns HTTP 403 {"message":"Missing
  Authentication Token"} with x-amzn-errortype MissingAuthenticationTokenException and an x-amz-apigw-id
  header, which is the API Gateway answer for a method not defined on that resource, so only the POST
  methods the app itself uses are exposed. WaveBL publishes no reference, no OpenAPI and no authentication
  documentation for it, so no parameters, schemas, error shapes or auth scheme are recorded here. Listed
  as a measured, undocumented surface.'
humanURL: https://coa.wavebl.com/
baseURL: https://coa.wavebl.com/coadocuments
image: https://wavebl.com/wp-content/uploads/2024/05/Logo.svg
tags:
- Electronic Bill of Lading
- Document Exchange
- Digital Trade
properties:
- type: Website
  url: https://coa.wavebl.com/
x-access: undocumented
x-evidence:
  discovered: '2026-09-04'
  method: probed
  source: https://coa.wavebl.com/main.e6cb0d051b98470c.js
  probes:
  - url: https://coa.wavebl.com/
    status: 200
  - url: https://coa.wavebl.com/coadocuments/search
    status: 403
  - url: https://coa.wavebl.com/coadocuments/verify
    status: 403
  - url: https://coa.wavebl.com/coadocuments
    status: 403