API Reference

Learn how to access UNLOQ end points

GET /custom/storage

Read current storage info

GET https://api-authenticator.iwelcome.com/v1/custom/storage
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Result format (200 OK)
{
  "type": "api.application.storage.read",
  "result": {
    "id": "123456789",
    "is_verified": false,
    "region": "eu-west-2",
    "bucket": "bucket-information",
    "auth": "1234567890***",
    "upload_count": 0,
    "organization_id": "123",
    "application_id": "10",
    "created_at": "2016-11-17T08:10:22.000Z"
  }
}
      

Have a question? You can always send us an email at support@unloq.io, or contact us on chat.

For security related concerns, please visit our Security page.