A partner is a third-party service provider who facilitates the connection between the a customer's infrastructure and their Scaleway VPC, via an InterLink connection.
List available partners
List all available partners. By default, the partners returned in the list are ordered by name in ascending order, though this can be modified via the order_by field.
path Parameters
regionThe region you want to target
query Parameters
order_byOrder in which to return results.
pagePage number to return.
page_sizeMaximum number of partners to return per page.
pop_idsFilter for partners present (offering a connection) in one of these PoPs.
List available partners › Responses
List of partners on current page.
total_countTotal number of partners returned.
Get a partner
Get a partner for the given partner IP. The response object includes information such as the partner's name, email address and portal URL.
path Parameters
regionThe region you want to target
partner_idID of partner to get. (UUID format)
Get a partner › Responses
idUnique identifier of the partner. (UUID format)
nameName of the partner.
contact_emailContact email address of partner.
logo_urlImage URL of the partner's logo.
portal_urlURL of the partner's portal.
created_atCreation date of the partner. (RFC 3339 format)
updated_atLast modification date of the partner. (RFC 3339 format)