# Get token via credential Endpoint: POST /token Version: v3.2.1.1 ## Request fields (application/json): - `clientId` (string) Example: "ABC123" - `userName` (string) Example: "bi_dashboard_api_key" - `password` (string) Example: "xyz-123-abc-789-pqr" ## Response 200 fields (application/json): - `message` (string,null)