Company
API Documentation for the BugSplat Company Endpoint
Get or set information about your company in BugSplat for Billing purposes.
Company
GET
https://app.bugsplat.com/api/company
Returns information about the queried company by companyId.
Query Parameters
Name
Type
Description
companyId*
number
ID of the company to query
Company
PUT
https://app.bugsplat.com/api/company
Set the name of the specified company by companyId.
Query Parameters
Name
Type
Description
companyId*
number
ID of the company to update
Request Body
Name
Type
Description
companyName*
string
Updated name for the specified company
Last updated