Read the list of endpoints available for the Account Create functions with a brief description of each and the last modified date. Secret Hmac Optional. Cache Time 1 Day.
GET
/Account/Create/List
curl \
--request GET 'https://api.whyreadthemanual.com/v1.0/Account/Create/List' \
--header "X-ApiKey: $API_KEY"
Response examples (200)
{
"summary": "Read information about the Account Create Endpoints",
"modified": "Fri, 12 May 2023 18:16:02 GMT",
"operations": [
{
"doc": "https://apidoc.wrtm.io/operation/operation-get-account-create-list",
"endpoint": "/Account/Create/List",
"description": "List all functions for Account/Create/*"
},
{
"doc": "https://apidoc.wrtm.io/operation/operation-get-account-create-token",
"endpoint": "/Account/Create/Parent",
"description": "Return if the jwt token is valid"
}
]
}