Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
Only used by platform integrations
ID of gym to execute on behalf of
Body
application/json
Create comment params
Response
200 - application/json
Create comment response
Whether the comment can be edited or deleted by your API key.
Date comment created. ISO8601 timestamp in UTC
Comment ID
Can be null if comment has been deleted
Example:
{ "id": "ath_123abc", "name": "Jane Doe" }
Comment text