cURL
curl --request PATCH \ --url https://api.request.network/v2/payer/{clientUserId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "agreementCompleted": true } '
{ "success": true }
Update the agreement completion status for a user.
Documentation IndexFetch the complete documentation index at: https://docs.request.network/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.request.network/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
The client user ID to update
"user-123"
Compliance status updated successfully
true
Was this page helpful?