Epos

Generate epos code(s)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
product_idstringRequired
sku_idstringOptional
quantitynumberRequired
Responses
200Success
application/json
post
/api/v1/generate-code
200Success

Generate epos code(s) per batch

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200Success
application/json
post
/api/v1/generate-code/batch
200Success

Get epos code status

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
proof_of_purchase_codestringRequired
Body
Responses
200Success
application/json
get
/api/v1/code/{product_id}/{proof_of_purchase_code}
200Success

Send epos code (per sms or email)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
eposstringRequired
product_idstringRequired
Body
typestring · enumRequiredPossible values:
emailstringRequired
phone_numberstringRequired
Responses
200Success
application/json
post
/api/v1/code/send/{epos}/{product_id}
200Success

Last updated