ATTENTION

The cryptorage API is still a work in progress. Expect changes!

cryptorage client API

These pages describe the resources for the cryptorage client API. Please contact the cryptorage support team if you have any problems.

Introduction

The API can be accessed via the https://portal.cryptorage.com/api/ URI. All data is sent and will be received as JSON.

$ curl -i https://portal.cryptorage.com/api/user

HTTP/1.1 200 OK
Status: 200 OK
Content-Type: application/json
Content-Length: 2

{"user":{"id":23,"login":"john","givenname":"John","surname":"Doe"}}

The timestamps returned by the API will be in ISO-8601 format.

YYYY-MM-DDTHH:MM:SSZ

Authentication

The client has to use HTTP Basic Authentication to authenticate against the API.

$ curl -u user:pass https://portal.cryptorage.com/api/