API reference
V2Sequence Credentials

Update sequence credential

Updates an existing sequence credential.

PATCH
/api/v2/credentials/{id}

Updates an existing sequence credential.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/v2/credentials/string"
{  "status": "ok",  "data": {}}