REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
https://v2-staging.tscheckout.comCurrent host
List zaps​
Create zap​
Get zap by ID​
Delete zap​
Update zap​
PATCH
/api/v2/zaps/{id}
Update an existing zap
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Zap ID
Type
Requiredinteger
Format
"int64"Request Body​
application/json
"string"
Responses​
Updated zap
application/json
{
 Â
}
