# Get status of otp **GET /otp/status** get status of otp ## Servers ## Parameters ### Query parameters - **id** (string) Identifier or the object ## Responses ### 200 Succes get status #### Body: (object) - **otpID** (string) - **redirectLink** (string) - **phone_snippet** (string) - **method** (string) - **createdAt** (string(date-time)) - **validUntil** (string(date-time)) - **custom_data** (string(base64)) Consumer related custom data - **otpValidated** (object | null) - **sendStatus** (object | null) - **error** (object | null) ### 400 Request Malfunction missing argument, properties or invalid data #### Body: (string) string ### 500 Server Error #### Body: (string) string [Powered by Bump.sh](https://bump.sh)