Repairs π οΈ
This details all endpoints for creating and fetching repair requests
Last updated
This details all endpoints for creating and fetching repair requests
Last updated
POST
https://api.getgamp.com/v1/repair/create
Create a new plan
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://api.getgamp.com/v1/repair/:reference
Fetch a plan
GET
https://api.getgamp.com/v1/repair
Fetch a list of repairs
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization*
String
Set value to Bearer SECRET_KEY
cuid
String
The unique ID you ascribe to the customer on your database
deviceType*
String
"phone", "laptop" or "desktop"
deviceBrand*
String
"The brand of the device manufacturer e.g samsung etc"
deviceModel*
String
The model of the device
customer*
Object
JSON object of customer data containing the customer's email and phoneNumber keys.
description
String
A detailed description
issue*
String
The description
metadata
Object
JSON object of custom data. The custom data can be determined by the developer and will be available on the repair doc for reference.
reference
String
Your unique reference for the repair request. If not assigned, we will assign a reference by default.
reference*
String
The reference you generated for that repair request
Authorization*
String
Set value to Bearer SECRET_KEY
repairId
String
The unique ID of the repair request
reference
String
The unique reference linked to the repair request
cuid
String
The unique ID you specified for or we assigned to the profile of the customer linked to the claim
Authorization*
String
Set value to Bearer SECRET_KEY