Create a new management account for invoices
Returns the ID and password of the created account. All furthur invoice API calls should be called with a key.
Create the key:
key = sha256(sha256(account_id + password))
To authenticate further requests, Key should be in request headers:
X-API-Key: key
Request Body — REQUIRED |
---|
name string — REQUIREDCustom account name |
Responses | |||||||
---|---|---|---|---|---|---|---|
200 New Account
| |||||||
400 Error response
|