Read the list of endpoints available for the API edit functions with a brief description of each and the last modified date. Secret Hmac Optional. Cache Time 1 Day.
GET
/Api/Edit/List
curl \
--request GET 'https://api.wereadthemanual.com/v1.0/Api/Edit/List' \
--header "X-ApiKey: $API_KEY"
Response examples (200)
{
"summary": "Read information about the Create API system and your API Key",
"modified": "Fri, 12 May 2023 18:16:02 GMT",
"operations": [
{
"doc": "https://apidoc.wrtm.io/operation/operation-get-api-edit-list",
"endpoint": "/Api/Edit/List",
"description": "List all functions for api/Edit/*"
},
{
"doc": "https://apidoc.wrtm.io/operation/operation-get-api-edit-key",
"endpoint": "/Api/Edit/Key",
"description": "edit access key specified by KeyId that is not your own. Currently not available"
}
]
}