Download OpenAPI specification:Download
This is the documentation for the Fincept API, which provides secure and public endpoints for user management, data subscriptions, and database querying.
username | string |
string <email> | |
password | string <password> |
{- "username": "johndoe",
- "email": "johndoe@example.com",
- "password": "mypassword123"
}
{- "message": "User registered successfully.",
- "api_key": "7b186f32-d353-4754-a30f-d382e4188684"
}
dbname required | string Example: FinanceDB The name of the database. |
table required | string Example: equities The name of the table. |
column required | string Example: sector The column to filter by. |
value required | string Example: value=Technology The value to filter the column by. |
[- { }
]