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 body is of type object.
object
Create reply response
The response is of type object.
Was this page helpful?