Skip to main content
PUT
/
user
Update User
curl --request PUT \
  --url https://staging-api.getpartna.com/v4/user \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>' \
  --data '
{
  "callbackUrl": "",
  "endpointId": ""
}
'
{
  "message": "success"
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Body

application/json
callbackUrl
string
endpointId
string

Response

put user ok

message
string