[Ginger Payments] Why does a «GET /merchants/{merchant_id}/projects/{project_id}/» request lead to the «You don't have the permission to access the requested resource» response?

It is similar to [Ginger Payments] Why does a «GET merchants/self/projects/self/» request lead to the «You don’t have the permission to access the requested resource» response?

When I specify exact merchant_id and project_id instead of the «self» value, this API part does not work too.
A error message is the same:

{
	"error": {
		"type": "<class 'werkzeug.exceptions.Forbidden'>",
		"value": "You don't have the permission to access the requested resource. It is either read-protected or not readable by the server."
	}
}

My data:

  • merchant_id: e563c46f
  • project_id: 6dc226ae-3924-4c61-bb02-49ad000fa961

Hello, @Joachim_de_Boer, why is it?

I have got an answer:

On Ginger this feature is not enabled yet, will be enabled soon.