Create a comment on a post for a creator
Create a new comment on a specific post on behalf of a creator.
<Info>Scopes required: `write:post`, `write:creator`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
creatorUserUuid
uuid
UUID of the post to comment on
Headers
X-Fanvue-API-Version
API version to use for the request
Request
This endpoint expects an object.
text
Comment text content (1–600 characters)
Response
Comment created successfully
uuid
Unique identifier of the created comment
text
Comment text content
createdAt
Date/time when the comment was created (ISO 8601 format)
updatedAt
Date/time when the comment was last updated (ISO 8601 format)
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error