Publication Date – October 10, 2019
https://api.bitsighttech.com/ratings/v1/providers/provider_guid
Get information about a specific service provider.
Parameters
*Required.
Parameter | Description | Values |
---|---|---|
provider_guidPath |
Identify the service provider to query. |
[String] Company unique identifier [entity_guid ]. See GET: Service Providers for a Specific Domain. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/providers/a5e23bf0-38d4-4cea-aa50-19ee75da481d -u api_token:
Example Response
{ "provider_guid":"a5e23bf0-38d4-4cea-aa50-19ee75da481d", "provider_name":"Black Hills Technologies", "provider_industry":"Technology" }
Response Attributes
Field | Description |
---|---|
provider_guidString [ entity_guid ] |
The unique identifier of the service provider. |
provider_nameString |
The name of the service provider. |
provider_industryString |
The industry the service provider belongs to. See the list of industries. |