username:passwordAuthorization: Basic *****************curl --location --request GET 'https://api.socialidnow.com/v1/marketing/login/apps/search' \
--header 'Authorization: Basic <encoded-value>'{
"total": 3,
"offset": 0,
"count": 3,
"results": [
{
"id": 1,
"name": "Login App A",
"description": "My App A",
"created_at": "2023-08-10T16:46:00Z",
"updated_at": "2023-08-10T16:46:00Z"
},
{
"id": 2,
"name": "Login App B",
"description": "My App B",
"created_at": "2023-08-10T16:47:00Z",
"updated_at": "2023-08-10T16:47:00Z"
},
{
"id": 3,
"name": "Login App C",
"description": "My App C",
"created_at": "2023-08-10T16:48:00Z",
"updated_at": "2023-08-10T16:48:00Z"
}
]
}