POST https://:account.api-us1.com/api/3/connections
- JSON
{
"connection": {
"service": "fooCommerce",
"externalid": "toystore123",
"name": "Toystore, Inc.",
"logoUrl": "http://example.com/i/foo.png",
"linkUrl": "http://example.com/foo/"
}
}
200 OK
BODY PARAMS
connection
object
connection.service REQUIRED
string The name of the service.
connection.externalid REQUIRED
string The id of the account in the external service.
connection.name REQUIRED
string The name associated with the account in the external service. Often this will be a company name (e.g., 'My Toystore, Inc.').
connection.logoUrl REQUIRED
string The URL to a logo image for the external service.
connection.linkUrl REQUIRED
string The URL to a page where the integration with the external service can be managed in the third-party's website.
Opmerkingen
0 opmerkingen
Artikel is gesloten voor opmerkingen.