mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
13 lines
435 B
JSON
13 lines
435 B
JSON
{
|
|
"baseUrl": "https://api.warmbly.com/v1",
|
|
"headers": {
|
|
"authorization": "Bearer {{connection.access_token}}"
|
|
},
|
|
"response": {
|
|
"error": {
|
|
"type": "RuntimeError",
|
|
"message": "[{{statusCode}}] {{ifempty(body.message, body.error, 'Request failed')}}{{if(body.code, ' [' + body.code + ']', '')}}{{if(body.request_id, ' (request_id ' + body.request_id + ')', '')}}"
|
|
}
|
|
}
|
|
}
|