CYRIS Customer API
Authenticate external applications and server-to-server workflows securely using CYRIS API keys.
Overview
The CYRIS Customer API provides authenticated programmatic access to supported CYRIS customer account services. Requests are authenticated using personal API keys created in the Settings > Developer > API Keys console.
Authentication
All API requests must include your API key in an HTTP header. CYRIS supports both standard Bearer authorization headers and custom API key headers:
Authorization: Bearer <CYRIS_API_KEY>
x-api-key: <CYRIS_API_KEY>
Endpoints & Scopes
/api/v1/customer/accountReturns account profile details and verification status for the authenticated user.
customer:account:readcurl -X GET "https://api.cyris.space/api/v1/customer/account" \ -H "Authorization: Bearer cyris_live_example12345"
