Error
A valid request URL is required to generate request examples{
"results": {
"project": {
"type": "DEFAULT",
"name": "<string>",
"projectUuid": "<string>"
},
"credentials": {
"type": "redshift",
"user": "<string>",
"authenticationType": "password",
"assumeRoleArn": "<string>"
},
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"userUuid": "<string>",
"uuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}My Account
Create warehouse credentials
Create user warehouse credentials
POST
/
api
/
v1
/
user
/
warehouseCredentials
Error
A valid request URL is required to generate request examples{
"results": {
"project": {
"type": "DEFAULT",
"name": "<string>",
"projectUuid": "<string>"
},
"credentials": {
"type": "redshift",
"user": "<string>",
"authenticationType": "password",
"assumeRoleArn": "<string>"
},
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"userUuid": "<string>",
"uuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Body
application/json
Was this page helpful?