Mobile BFF Service
stringstringinteger · int32integer · int32 integer · int64
otp-items
Operations addressed under /otp-items — 1 operation.
mobile-bff-get-otp-item-list
GET
https://dg-sandbox.dgpays.com/mobile-bff-service
/otp-items
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-otp-item-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<OtpItemDto>.
| Field | Declared type | Nullable |
|---|---|---|
KeyFormatId | Guid | no |
Name | string | no |
ValidityDuration | int? | yes |
RetryDuration | int? | yes |
IsActive | bool | no |
RetryCount | int | no |
Member names are the service's declaration names.
query Parameters
object
orderByorderSortpageIndexpageSizemobile-bff-get-otp-item-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Paged response envelope observed on the BFF response path.
object[] · required
Response records carried by this page.
totalTotal matching records, ignoring paging.