Bastiaan Thank you both for your responses.
I attempted to use postman to set my endpoint url with the following GET request:
{{host}}/v1/user/{{user_id}}/notification-filter-url?category=PAYMENT¬ification_target={{server_url}}
The above returns the following error:
{
"Error": [
{
"error_description": "The request signature is invalid.",
"error_description_translated": "The request signature is invalid."
}
]
}
I'm not too sure how to sign the request using postman. Would you be able to point me towards any resources on this?
Many thanks