cURL
curl --request GET \ --url https://demo.onlinebillingform.com/api/v1/package/option/get \ --header 'token: <token>'
{ "success": true, "package_option": { "id": 5, "user_id": 1, "internal_name": "Test Product Option Update", "display_name": "Test Product Option", "api_type": "sandbox", "created_at": "2021-04-09 20:17:03", "updated_at": "2021-04-09 20:18:59", "deleted_at": null, "required": 0, "type": 1 } }
"sk_XpgMmyMBc50C4sHZkzS3"
The response is of type object.
object