Retrieve Particular Package
This API Endpoint Provide the Particular Package Details of the Company, Where 6 is the package id of the company
Request Code Samples
curl --location -g --request GET '{{base_url}}company-package-by-key/583/' \
--header 'X-WebHook-Secret: r3WExcdfdfwe'
Responses
application/json {
"count": 0,
"next": null,
"previous": null,
"results": {
"success": true,
"data": [
"string"
]
}
}
Modified at 2025-05-15 08:18:50