Skip to main content
GET
/
onboarding
Get Onboarding List
curl --request GET \
  --url https://api-dev.monyfix.tech/onboarding \
  --header 'Authorization: Bearer <token>'
[
{
"id": 123,
"heading": "<string>",
"detail_desc": "<string>",
"picture_url": "<string>",
"queue": 123,
"is_latest": true
}
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

force_refresh
boolean
default:false
cache_ttl
integer | null
default:60

Cache TTL in seconds

Response

Successful Response

id
integer
required

Onboarding ID

heading
string
required

Main Heading

detail_desc
string
required

Description

picture_url
string
required

Main picture url

queue
integer
required

Queue from 1 to n

is_latest
boolean
required

Indicates the last element