Skip to main content
GET
/
api
/
v1
/
user
/
{id}
/
otp
list OTPs
curl --request GET \
  --url https://api.example.com/api/v1/user/{id}/otp \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "type": "<string>",
    "userLabel": "<string>",
    "createdDate": 123,
    "secretData": "<string>",
    "credentialData": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.extractor.live/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication

Path Parameters

id
integer<int64>
required

Response

200 - application/json

OK

id
string
type
string
userLabel
string
createdDate
integer<int64>
secretData
string
credentialData
string