APIAPI Key Management
Revoke API Key
Immediately revoke your current API key. All requests using this key will fail.
Immediately revoke your current API key. All requests using this key will fail.
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/user/api-key/revoke"{ "success": true}{ "success": false}{ "success": false}Generate API Key POST
Generate a new API key or regenerate if one already exists. **IMPORTANT**: - The full API key is only shown once. Save it securely. - If you regenerate, the old key will be invalidated immediately.
Get Connected Platforms GET
Retrieve all social media accounts connected to your account.