Returns a comma-separated list of all available api methods.
Request Fields
This method has no method-specific fields.
Request Example
{ "api_key" : "PROJECT_API_KEY" }
Response 200 OK
{
"response" : {
"status" : "ok",
"uid" : null
},
"data" : {
"methods" : "get_account_info, get_message_receipt, get_method_list, get_project_info, send_message"
}
}