Overview

The Concrete API uses API key-based authentication to secure access to your portfolio data. Each API key is associated with your workspace.

Obtaining an API Key

1

Access Settings

Navigate to SettingsAPI Keys in your Concrete dashboard
2

Generate Key

Click “Generate New API Key”
3

Copy & Store

Securely copy and store the API key

API Key Structure

sk-ak-1234567890abcdef1234567890abcdef

Bearer Token Authentication

Concrete uses a bearer token authentication header for API requests:
GET /api/v1/me HTTP/1.1
Host: app.concretehq.com
Authorization: Bearer sk-ak-1234567890abcdef1234567890abcdef
Content-Type: application/json