icrc/docs/api
antifallobst eb877b0943
docs: documented /account/auth and fixed the Auth header in /account/register
2024-03-24 16:26:50 +01:00
..
endpoints docs: documented /account/auth and fixed the Auth header in /account/register 2024-03-24 16:26:50 +01:00
README.md docs: started to document single api entpoints 2024-03-23 18:57:50 +01:00

README.md

ICRC API

ICRC Clients use an HTTP API to communicate with the server, which is going to be described in this part of the ICRC docs.

Authentication

Most API endpoints require you to ensure, that you have a user account. To do that, Bearer Authentication is used. You can get Bearer tokens using the /account/auth endpoint.

Endpoints

There are docs for every endpoint over here.