Account
Bank
Transfer
Discount
KYC
Supported
User
Update Webhook URL
Update user webhook URL.
POST
/
user
/
webhook
Copy
curl --request POST \
--url https://staging-api.getpartna.com/v4/user/webhook \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>' \
--data '{
"url": ""
}'
Copy
{
"message": "success"
}
Body
application/json
Response
200 - application/json
post user webhook ok
The response is of type object
.
Copy
curl --request POST \
--url https://staging-api.getpartna.com/v4/user/webhook \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>' \
--data '{
"url": ""
}'
Copy
{
"message": "success"
}
Assistant
Responses are generated using AI and may contain mistakes.