Fetch Subscription DataPOST/api/v1/subdetail
Request body
orgId Int REQUIRED
Organization Key acts like unique key to identify your organization which is to be passed inside body. To see your organization key, head over to setting under dashboard.
API Key string REQUIRED
API key is high security string which protects endpoint from misuse. Every organization registered under billops has unique one and can be regenerated according to your requirement. It is fired under header section.
Response Fieldsstatus code: 200
id int
type string
intendedAudience string
price int
features JSON
couponCodes JSON
Error descriptions
Invalid Organization Id or API key
The provided organization id or API key didn't match any registered organization.
Internal Server Error
It's not you. It' just from our end.
Fetch User DataPOST/api/v1/userdetail
Request body
orgId Int REQUIRED
Organization Key acts like unique key to identify your organization which is to be passed inside body. To see your organization key, head over to setting under dashboard.
API Key string REQUIRED
API key is high security string which protects endpoint from misuse. Every organization registered under billops has unique one and can be regenerated according to your requirement. It is fired under header section.
User Id string REQUIRED
userId is unique user registered in your organization.
Response Fieldsstatus code: 200
id int
name string
email string
planExpiry Date
planType string
Error descriptions
Invalid Organization Id or userId or API key
The provided organization id or API key or userId didn't match any registered credentials.
Internal Server Error
It's not you. It' just from our end.