Skip to content

Instantly share code, notes, and snippets.

{{#required}}assertNotNull({{paramName}});{{/required}}
"parameters": [
{
"name": "account_id",
"in": "query",
"required": true,
"type": "string"
}
]
{
"swagger": "2.0",
"paths": {
"/v1/account": {
"get": {
"description": "Get account information by account id.",
"operationId": "getAccountInfo",
"parameters": [
{
"name": "account_id",