Get Onboarding list
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/onboarding \ --header 'Authorization: Bearer <token>'
200
Example
[ { "id": 123, "heading": "<string>", "detail_desc": "<string>", "picture_url": "<string>", "queue": 123, "is_latest": true }]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cache TTL in seconds
Successful Response
Onboarding ID
Main Heading
Description
Main picture url
Queue from 1 to n
Indicates the last element