account-admin
Gets an Account.
OK - Returns the Account response.
Unauthorized
Forbidden
{- "accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
- "imburseAccountRef": "string",
- "companyName": "string",
- "billingContactFirstName": "string",
- "billingContactLastName": "string",
- "tenantCreationApprovalRequired": true,
- "billingContactAddress": {
- "streetAddress": "string",
- "extendedAddress": "string",
- "locality": "string",
- "region": "string",
- "postCode": "string",
- "country": "string"
}, - "license": {
- "licenseId": "be894337-ec7c-4bdc-ac72-f939e31237ae",
- "licenseName": "string",
- "maxTenants": 0,
- "maxTransactions": 0,
- "maxCollectApps": 0,
- "maxPayoutApps": 0,
- "licensePeriodStartDate": "2019-08-24T14:15:22Z",
- "licensePeriodEndDate": "2019-08-24T14:15:22Z",
- "tenantUsage": 0,
- "enableMandates": true
}
}
account-admin
Gets the Licensing History for an Account.
OK - Returns the Account Licensing History response.
Unauthorized
Forbidden
{- "accountHistory": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "licenseId": "be894337-ec7c-4bdc-ac72-f939e31237ae",
- "licenseName": "string",
- "maxTenants": 0,
- "maxTransactions": 0,
- "maxCollectApps": 0,
- "maxPayoutApps": 0
}
]
}
account-admin
Request an upgrade to your Account license.
Accepted.
Unauthorized
Forbidden
{- "emailAddress": "string",
- "maxTenants": 0,
- "maxTransactions": 0,
- "reason": "string"
}
account-admin
Gets the IP Whitelist configuration for Account-scoped API Key users.
OK - Returns the IP Whitelist configuration response.
Unauthorized
Forbidden
{- "enabled": true,
- "lastUpdated": "2019-08-24T14:15:22Z",
- "rules": [
- {
- "name": "string",
- "ipV4Start": "string",
- "ipV4End": "string"
}
]
}
account-admin
Updates the IP Whitelist configuration for Account-scoped API Key users.
No Content.
Unauthorized
Forbidden
{- "enabled": true,
- "rules": [
- {
- "name": "string",
- "ipV4Start": "string",
- "ipV4End": "string"
}
]
}