get_project_info
URL: https://api.postageapp.com/v.1.0/get_project_info.json
Provides information about the project.
Request
{ "api_key" : "PROJECT_API_KEY" }
Response
{ "response" : {
"status" : "ok",
"uid" : nil
},
"data" : {
"project" : {
"name" : "Project Name",
"url" : "account-name.postageapp.com/projects/12345",
"transmissions" : {
"today" : "12345",
"this_month" : "123456",
"overall" : "1234567"
},
"users" : {
"user_1@example.com" : "User Name 1",
"user_2@example.com" : "User Name 2"
}
}
}
}