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 objects or null
createdTimestampdouble or null
Timestamp when comment is created
updatedTimestampdouble or null
Timestamp when comment is updated

Errors