1. Profile list
Last updated
Last updated
GET /profiles/ HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"success": true,
"data": {
"user_id": 1,
"lst_profile": [
{
"id": 1,
"user_id": 1,
"profile_data": null,
"created_at": "2025-12-18T01:28:38.706Z",
"updated_at": "2025-12-18T01:28:38.706Z",
"shared_on_cloud": true,
"status": 1
}
],
"pagination": {
"current_offset": 1,
"limit": 1,
"total": 1,
"next_offset": 1
}
}
}