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.

Last updated