Accounts API

Get nonexistent account

GET /rest/v1/subjects/customers/:customer_id/accounts/:nonexistent_account

Request

Headers

Accept: application/json
Content-Type: application/json

Route

GET /rest/v1/subjects/customers/%3Acustomer_id/accounts/-100

Response

Headers

Content-Type: application/json; charset=utf-8

Status

404 Not Found

Body

{
  "error": "Not found"
}