Kissaki Docs
API referenceIntegrations

Verify Git Connection

POST
/integrations/git/{connection_id}/verify

Path Parameters

connection_id*Connection Id

Response Body

application/json

application/json

curl -X POST "https://example.com/integrations/git/string/verify"
{  "id": "string",  "provider": "string",  "repository": "string",  "branch": "string",  "verified": true,  "local_path": "string"}