cURL
curl --request GET \ --url https://api.guilds.me/v1/reviews/{user_id} \ --header 'Guilds-Api-Key: <api-key>' \ --header 'Guilds-App-Id: <api-key>'
{ "id": "<string>", "rating": 3, "content": "<string>", "likes": 123, "replies": 123, "created_at": "2023-11-07T05:31:56Z", "authorId": "<string>" }
Returns a specific user’s review
API Key specific to each guild
App ID specific to each guild
The unique Discord user ID (snowflake).
Review response
The response is of type object.
object
Was this page helpful?