Brief description:
Endpoint
Method:
Parameter:
| Parameter name | Required | Type | Explain |
|---|---|---|---|
| api_key_token | Yes | string | Your API key |
Example Response
{
"merchant": "OSSN 10.0",
"url": "http:\/\/localhost\/10\/",
"time_token": 1785529617,
"payload": {
"list": [
{
"data": {},
"guid": 14,
"time_created": 1785529615,
"time_updated": 1785529615,
"owner_guid": 1,
"description": "",
"title": "Group Name",
"type": "user",
"subtype": "ossngroup",
"membership": "2"
}
],
"count": 1,
"offset": false
},
"code": "100",
"message": "Request successfully executed"
}