# Add Credits Add credits using hte account's default credit card Endpoint: POST /credits Version: 4 Security: bearerAuth ## Request fields (application/json): - `amount` (integer) Example: 100 ## Response 200 fields (application/json): - `success` (boolean) Example: true - `amount` (string) Example: "0.00" ## Response 401 fields (application/json): - `message` (string) Example: "Unauthenticated." ## Response 422 fields (application/json): - `success` (boolean) - `errors` (array) Example: ["The data you entered is invalid"] ## Response 500 fields (application/json): - `success` (boolean) - `errors` (array) Example: ["An unknown error occured"]