# Generate an api-token **POST /wf/generate-user-token** Generate an api-token ## Servers - https://cloover.co/version-test/api/1.1: https://cloover.co/version-test/api/1.1 () ## Parameters ### Body: (object) Body of the POST request - **email** (string) Email address of the user which is interacting with the API. - **password** (string) Password of the user which is interacting with the API. ## Responses ### 200 Workflow response #### Body: (object) - **status** (string) Outcome of the workflow - **response** (object) ### 400 Workflow failure #### Body: (object) - **status** (string) Outcome of the workflow - **message** (string) Error message for the workflow ### 401 Permission denied #### Body: (object) - **message** (string) Error message for the operation ### 404 Not found #### Body: (object) - **message** (string) Error message for the operation ### 405 Wrong method #### Body: (object) - **message** (string) Error message for the operation ### 429 Too many requests #### Body: (object) - **message** (string) Error message for the operation ### 500 Internal bug. Please file a bug report at bubble.io/support/report with the request that triggers this bug #### Body: (object) - **code** (string) Error code - **message** (string) Error message for the operation ### 503 Service Unavailable #### Body: (object) - **message** (string) Error message for the operation [Powered by Bump.sh](https://bump.sh)