api-keys
Get API Keys
Endpoint for retrieving all API keys associated with the authenticated user. API keys allow programmatic access to the platform without requiring username/password authentication. Each key has a unique identifier and name.
get/api_keys
Query parameters
fcm_subtrader_idstring
Return only API keys bound to this FCM subtrader. Spelled {your_user_id}_{suffix}; only FCM members hold bound keys. Omit to return every key.
Response
List of API keys retrieved successfully
Changes
Changed in 2 of the 19 revisions of this API.3
- ○
added the new optional
queryrequest parameterfcm_subtrader_idnew-optional-request-parameter
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○