Get Single product
Supported arguments
Name
Value
Param
Param Tpe
Type
Required
Description
{
"statusCode": 200,
"message": "string",
"data": {
"productId": "number",
"title": "string",
"image": "string",
"slug": "string",
"platform": "string",
"genres": [
"string"
],
"regions": [
"string"
],
"productTypes": [
"string"
],
"languages": [
"string"
],
"releaseDate": "string",
"createdDate": "string",
"minPrice": {
"price": "number",
"belongsToYou": true,
"offerId": "number"
},
"maxPrice": "number",
"productVersion": "string",
"worksOn": [
"string"
],
"activationCountries": [
"string"
],
"productTag": "string",
"formFields": [
{
"name": "userid",
"type": "string"
},
{
"name": "device",
"type": "enum",
"value": "android | ios"
}
]
}
}get
Path parameters
idnumberRequired
Header parameters
AuthorizationstringRequired
Authorization token in Bearer format. Example: Bearer dvakycjgw8liyd278y
Responses
200Success
application/json
400
Bad Request. Wrong/Invalid params format.
application/json
401
UnAuthorized request. Invalid/Expired token
application/json
403
Forbidden Request. Action not allowed or Rate Limit exhausted.
application/json
404Error
500
Server Error.
application/json
get
/products/{id}Last updated