Skip to main content
PATCH
/
connection
/
{connection_id}
/
credentials
Update Connection Credentials
curl --request PATCH \
  --url https://api.pathstack.io/connection/{connection_id}/credentials \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "credentials": {}
}
'
{
  "data": {
    "connection_id": "<string>",
    "credentials": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string<date>
default:2024-03-26
Example:

"2024-03-26"

Path Parameters

connection_id
string<uuid>
required

Connection ID of the Connection whose credentials are updated

Body

application/json
credentials
Credentials · object
required

Response

Successful Response

data
ConnectionCredentials · object
required

Successful response payload