The response says “message”: “string”. In the case of a non-existent project, it says ‘project not found’. What message is displayed in the case of a project without permission?
Get a project API.
Is there a set response message type?
If anyone knows please help
For a project without permission, the API typically responds with a 403 Forbidden status code, indicating that you’re authenticated but not authorized to access the resource. The message usually says something like “You do not have permission to access this resource.” Ensure you have the correct permissions to proceed.