Cowdidocs

Introduction

Build financial workflows on the Cowdi public API.

Cowdi exposes a single production API at api.cowdi.co that combines several internal services — accounts, transactions, KYC, and more — behind one consistent, token-authenticated surface.

Get started

Base URL

All requests go to:

https://api.cowdi.co

Making your first call

Send an Authorization: Bearer <token> header with every request:

curl https://api.cowdi.co/v1/user \
  -H "Authorization: Bearer $COWDI_ACCESS_TOKEN"

See Authentication for how to obtain a token.

On this page