Create integration exceptions logs

POST {{baseUrl}}/integrations/:id/logs

Creating integration log records

You can create exeption logs with this endpoint and logs will appear in connection issue log screen of user's integration.

Request Body

{"base_url"=>"<string>", "id"=>"<integer>", "integration_id"=>"<integer,null>", "user_id"=>"<integer>", "full_url"=>"<string,null>", "method"=>"<string>", "response_code"=>"<integer,null>", "response"=>nil, "request"=>nil, "created_at"=>"<dateTime>", "exception_type"=>"<string,null>", "exception"=>"<string,null>", "protected"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;base_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;integration_id&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;user_id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;full_url&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;method&quot;:&quot;\u003cstring\u003e&quot;,&quot;response_code&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;response&quot;:null,&quot;request&quot;:null,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;exception_type&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;exception&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;protected&quot;:&quot;\u003cboolean\u003e&quot;}