Account
Get current account
Returns the authenticated account's details.
get/accounts/me
Response
Account details
Example response
{
"self": "/2.0/accounts/me",
"name": "My Company",
"currency": "EUR",
"country_code": "ES"
}Changes
Changed in 1 of the 4 revisions of this API.1
- ○
added the optional property
gatewaysto the response with the200statusresponse-optional-property-added
- ○