Reviews
Get Review
Returns a specific user’s review
GET
/
reviews
/
{user_id}
Authorizations
Guilds-Api-Key
string
headerrequiredAPI Key specific to each guild
Guilds-App-Id
string
headerrequiredApp ID specific to each guild
Path Parameters
user_id
string
requiredThe unique Discord user ID (snowflake).
Response
200 - application/json
id
string
The ID of this review
rating
number | null
The rating of the review
Required range:
1 < x < 5
content
string | null
The content of the review
Maximum length:
200
likes
number | null
Number of likes for this review
replies
number | null
Number of replies for this review
created_at
string | null
Date and time when the review was created
authorId
string | null
Discord ID of the author
Was this page helpful?