This API call returns account metadata.
Resource URL
/api/1.0/account/metadata
Resource Information
| Response formats | JSON |
| Response code | 200 |
| Requires authentication? | No |
| HTTP Method | GET |
Example Request URL
Example Result
{
"status": <'A'|'S'>,
"title": <string>,
"language": <string>
}
0 Comments