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"
}Returns the authenticated account's details.
Account details
{
"self": "/2.0/accounts/me",
"name": "My Company",
"currency": "EUR",
"country_code": "ES"
}