CoinList · Arazzo Workflow

CoinList Passage - KYC and document onboarding

Version 1.0.0

Start a Sumsub KYC session, read stored PII, and create a tax-document signing submission for a Passage user.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyFintechCryptocurrencyToken SalesTokenized EquitiesKYCAuthenticationBlockchainDigital AssetsEmbedded FinanceArazzoWorkflows

Provider

coinlist

Workflows

kyc-and-documents
Complete the identity and tax-document requirements that gate participation.
All steps require a user-scoped (authorization_code + PKCE) access token; partner-only tokens are rejected.
3 steps inputs: document_type outputs: pii
1
start-kyc
2
read-pii
3
sign-document

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: CoinList Passage - KYC and document onboarding
  version: 1.0.0
  description: Start a Sumsub KYC session, read stored PII, and create a tax-document signing submission for a Passage user.
sourceDescriptions:
- name: documentsubmissionsApi
  url: ../openapi/coinlist-documentsubmissions-api-openapi.yml
  type: openapi
- name: kycApi
  url: ../openapi/coinlist-kyc-api-openapi.yml
  type: openapi
- name: piiApi
  url: ../openapi/coinlist-pii-api-openapi.yml
  type: openapi
workflows:
- workflowId: kyc-and-documents
  summary: Complete the identity and tax-document requirements that gate participation.
  description: All steps require a user-scoped (authorization_code + PKCE) access token; partner-only tokens are rejected.
  inputs:
    type: object
    properties:
      document_type: {type: string}
  steps:
  - stepId: start-kyc
    operationId: createKycToken
    requestBody:
      contentType: application/json
      payload: {}
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      kyc_token: $response.body
  - stepId: read-pii
    operationId: getPii
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      pii: $response.body
  - stepId: sign-document
    operationId: createDocumentSubmission
    parameters:
    - name: document_type
      in: path
      value: $inputs.document_type
    requestBody:
      contentType: application/json
      payload: {}
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    pii: $steps.read-pii.outputs.pii

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • 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 workflow
curl "https://apis.io/api/v1/arazzo/coinlist-kyc-onboarding"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?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.