GET /partners Retrieve Partners
retrievePartners
Retrieve Partners retrieves an object containing all Partners active for the product and information about them.
You can use the invoke_name variable to invoke the partner directly in the product invocation.
Response
Successfully returned the partner list
[
{
"company_name": "Partner 1",
"invoke_name": "partner_1",
"status": "active",
"description": "Partner 1 does ...."
},
{
"company_name": "Partner 2",
"invoke_name": "partner_2",
"status": "upcoming",
"description": "Use Partner 2 if ...."
}
] Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
} Response 200application/json
4 fields
200application/jsonSuccessfully returned the partner list
| Field | Type | Description |
|---|---|---|
company_name | string | Name of the partner |
invoke_name | string | This string type object can be passed directly into the product invocation |
status | string | Describes whether the partner is available to useactivedeprecatedupcoming |
description | string | Further information on the partner |
Response 403application/json
2 fields
403application/jsonInvalid key for service
| Field | Type | Description |
|---|---|---|
message | string | — |
url | string | — |