Retrieve list of the current Lnk Groups in your account
GET
/group/listOnly available for MINI subscribers
Request
None
Request samples
Responses
Success(200)
Not Authenticated(401)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
boolean
optional
Example:
true
errors
array[string]
optional
info
object
optional
groups
array [object {2}]
optional
Example
{
"status": true,
"errors": [
null
],
"info": {
"groups": [
{
"group_id": 12345678,
"group_name": "Title of the Group"
}
]
}
}
Last modified: 7 months ago