cURL
curl --request GET \ --url https://demo.onlinebillingform.com/api/v1/package/group/get \ --header 'token: <token>'
{ "success": true, "group": { "id": 23, "user_id": 1, "name": "Test Group Update", "description": "Test Group Description Update", "url": "test-group-update", "type": 3, "api_type": "sandbox", "created_at": "2021-04-09 19:46:46", "updated_at": "2021-04-09 19:46:46", "deleted_at": null, "visible": "0" } }
"sk_XpgMmyMBc50C4sHZkzS3"
23
OK
The response is of type object.
object