View OTP

The view requests requires an OTP transaction ID as a path parameter. It gets the OTP object of the specified OTP transaction ID and returns the otp object.

View OTP

GET https://api.simpu.co/otp/:transaction_id

Path Parameters

NameTypeDescription

transaction_id*

string

The transaction_id returned in the OTP object from the Request Token response

Headers

NameTypeDescription

Authorization*

string

Simpu API key to authenticate request

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated