gamp API Documentation
  • Welcome! 😎
  • API Doc
    • Getting Started 🏃🏾‍♂️
      • Signup 🎊
      • API Dashboard 🖥
      • Setup Business Profile 📇
      • Profile Verification ✅
    • Introduction
    • Environments ⚙️
    • Products 🎁
      • Device Protection Plan 💻
        • Custom Plan
      • Screen Protection Plan 📱 (to be deprecated)
      • Repairs 🛠️
    • Definitions 📒
  • Reference
    • API Reference
      • Authentication 🔐
      • Error ⚠️
      • Endpoints
        • Plans 🛒
        • Protected Devices 📱
        • Claims👨🏽‍🔧
        • Repairs 🛠️
    • 📃API Change Log
Powered by GitBook
On this page
  1. Reference
  2. API Reference

Error ⚠️

Gamp API is RESTful and as such, uses conventional HTTP response codes to indicate the success or failure of requests. Some of the common Status Codes shared in our response are detailed below.

Description

200

The request was successful. You can check the details contained in the data for more information.

204

The request was executed but no resources were found or returned

400

Bad request was sent. Suggests there was a validation error on the client-side.

401

Unauthorized request. Suggest no secret key or an invalid secret key was sent in the authorization header

404

Not Found. This suggests that the endpoint or resource being requested for doesn't exist

500

SThis suggests something went wrong on our side. You should contact us if this persists.

PreviousAuthentication 🔐NextEndpoints

Last updated 3 years ago