APIs List for practice

Below is the list of APIs for you to practice the API testing in Automation. Click on the scenario for detailed API:
  • API URL: https://automationexercise.com/api/createAccount
  • Request Method: POST
  • Request Parameters: name, email, password, title (for example: Mr, Mrs, Miss), birth_date, birth_month, birth_year, firstname, lastname, company, address1, address2, country, zipcode, state, city, mobile_number
  • Response Code: 201
  • Response Message: User created!
  • API URL: https://automationexercise.com/api/updateAccount
  • Request Method: PUT
  • Request Parameters: name, email, password, title (for example: Mr, Mrs, Miss), birth_date, birth_month, birth_year, firstname, lastname, company, address1, address2, country, zipcode, state, city, mobile_number
  • Response Code: 200
  • Response Message: User updated!

  • We have identified above scenarios and added in the list.
  • You can explore more test cases in the website and if you find new test scenario that is not covered in above list, do let us know. We will definitely add that in above list.
  • If you think, this website should cover up any particular feature, kindly share with us at [email protected]. We will work on that part. Your feedback matters a lot.