get_method_list
URL: https://api.postageapp.com/v.1.0/get_method_list.json
List of all available api methods:
Request
{ "api_key" : "PROJECT_API_KEY" }
Response
{ "response" : {
"status" : "ok",
"uid" : null
},
"data" : {
"methods" : "get_account_info, get_message_receipt, get_method_list, get_project_info, send_message"
}
}