Retrieve User Comments

GET User Comments

GET /users/{userId}/comments endpoint returns all comments for a user.

Path parameters

userIdstringRequired

Unique User Identifier

Headers

x-api-keystringRequired

Response

OK

commentIdstring

Unique comment ID

bodystring

Comment body

fileslist of objectsOptional
createdTimestampdoubleOptional

Timestamp when comment is created

updatedTimestampdoubleOptional

Timestamp when comment is updated

Errors