antifallobst eb877b0943 | ||
---|---|---|
.. | ||
endpoints | ||
README.md |
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.