Returns information about a project.
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" : {
"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"
}
}
}
}