We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d60a9 commit cb81ed0Copy full SHA for cb81ed0
1 file changed
src/pages/errors.mdx
@@ -68,6 +68,16 @@ Here is a list of the different categories of status codes returned by the Sentr
68
}
69
```
70
71
+ Or if you are using the wrong client to retrieve your bearer token:
72
+
73
+ ```bash {{ title: "Error response" }}
74
+ {
75
+ "error": "insufficient_permissions",
76
+ "error_description": "Insufficient claim for the token",
77
+ "message": "Permission denied. Are you using the correct client_id to generate your token?"
78
+ }
79
+ ```
80
81
</Col>
82
</Row>
83
0 commit comments