cURL
curl --request POST \ --url https://api.guilds.me/v1/reviews/{review_id} \ --header 'Content-Type: application/json' \ --header 'Guilds-Api-Key: <api-key>' \ --header 'Guilds-App-Id: <api-key>' \ --data ' { "content": "<string>", "pinned": false } '
{ "id": "<string>" }
Create a reply to a review as the guild
API Key specific to each guild
App ID specific to each guild
The ID of the review to reply to
Post reply data
The content for the reply
10 - 200
Whether or not to pin this reply
Create reply response
The ID of the newly created reply
Was this page helpful?