Toqio API Endpoints API
The API Endpoints API from Toqio — 2 operation(s) for api endpoints.
The API Endpoints API from Toqio — 2 operation(s) for api endpoints.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/toqio-api-endpoints-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
openapi: 3.2.0
info:
title: Toqio API Endpoints API
version: v1.0.0
description: 'Operations tagged API Endpoints across 2 of this provider''s published API definitions: toqio-get-company-kyb-documents-openapi.yml, toqio-get-presigned-download-url-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.sandbox.toq.io/iam/api
description: Simulation environment
- url: https://api.toq.io/iam/api
description: Production environment
tags:
- name: API Endpoints
paths:
/api/customers/{customerId}/merchant/{clientId}/provider/{complianceProvider}/companyDocuments:
get:
tags:
- API Endpoints
summary: Get KYB Documents Per Company
description: Retrieves KYB documents for a specified client and compliance provider.
operationId: getKYBDocumentsPerCompany
parameters:
- name: customerId
in: path
required: true
schema:
type: string
- name: clientId
in: path
required: true
schema:
type: string
- name: complianceProvider
in: path
required: true
schema:
type: string
responses:
'200':
description: List of KYB documents
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/KYXDocument'
'400':
description: Invalid input
'500':
description: Internal server error
/customers/{customerId}/merchant/{clientId}/document/download:
get:
tags:
- API Endpoints
summary: Get Pre-Signed URL for Document Download
description: Retrieves a pre-signed URL for downloading a document.
operationId: getPreSignedUrlDownloadDocument
parameters:
- name: customerId
in: path
required: true
schema:
type: string
- name: clientId
in: path
required: true
schema:
type: string
- name: documentKey
description: 'The key of the document to download. For example: the key can be retrieved from the company KYB documents endpoint.'
in: query
required: true
schema:
type: string
responses:
'200':
description: Pre-signed URL for document download
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseDownloadPreSignedUrl'
'400':
description: Invalid input
'500':
description: Internal server error
servers:
- url: https://api.sandbox.toq.io/iam/api
description: Simulation environment
- url: https://api.toq.io/iam/api
description: Production environment
components:
schemas:
KYXDocument:
type: object
properties:
id:
type: string
documentName:
type: string
documentStatus:
type: string
enum:
- PENDING
- APPROVED
- REJECTED
documentURL:
type: string
deprecated: true
documentType:
type: string
rejectReason:
type: string
key:
type: string
externalDocumentId:
type: string
userId:
type: string
errorMessage:
type: string
available:
type: boolean
date:
type: string
format: date-time
ResponseDownloadPreSignedUrl:
type: object
properties:
preSignedUrl:
type: string
x-refined-from:
- toqio-get-company-kyb-documents-openapi.yml
- toqio-get-presigned-download-url-openapi.yml
x-source-pages:
- https://platform.toq.io/reference/createaccountusingpost_1
- https://platform.toq.io/reference/createdynamicaccountconfiguration
- https://platform.toq.io/reference/createproduct
- https://platform.toq.io/reference/deleteaccountstatusviaapiusingdelete
- https://platform.toq.io/reference/deleteaccountviaapiusingput
- https://platform.toq.io/reference/deletedynamicaccountconfiguration
- https://platform.toq.io/reference/getaccountsusingget
- https://platform.toq.io/reference/getaccountusingget
- https://platform.toq.io/reference/getclientaccounts
- https://platform.toq.io/reference/getcustomfaculties
- https://platform.toq.io/reference/getdynamicaccountbuttonconfiguration
- https://platform.toq.io/reference/getledgertypetexts
- https://platform.toq.io/reference/getpartnerproductsusingget_1
- https://platform.toq.io/reference/getproducts
- https://platform.toq.io/reference/updateaccountalias
- https://platform.toq.io/reference/updateaccountreadonlystatus
- https://platform.toq.io/reference/updatecustomfaculties
- https://platform.toq.io/reference/updatedynamicaccountconfiguration
- https://platform.toq.io/reference/updateledgertypetexts
- https://platform.toq.io/reference/updateproduct