Authentication
Authentication
POST
https://next.cloudio.io/v1/auth
This endpoint allows you to authenticate a service account
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/json |
Authentication | string | Authentication token JS e.g. `Token ${btoa(`${username}:${password}`)}` |
Request Body
Name | Type | Description |
---|---|---|
body | string | Empty body {} |
Sample Request
csrf & jwt values in the response must be passed by the client application in all the subsequent authenticated REST API calls.
Note: The client application will have access to the datasources that are assigned to the roles accessible to the connected user.
Last updated