Create a Marketplace third-party referral

Beta Allows you as an Akamai customer to use our Marketplace application to request access to a third-party product offered by one of our qualified partners. Once the request is received, Akamai reaches out on your behalf for this access. Once approved, the qualified partner will contact you with details on accessing the product.

📘

For available product information, access Cloud Manager, select COMPUTE > Partner Referrals (BETA) and review the product cards. Store the value listed in the partner logo as your partner_name and the full name of the product, listed below the logo, as your product_name.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: account:read_write

CLI

linode-cli marketplace contacts-create \
  --product_name DBaaS \
  --partner_name Akamai \
  --name "John Doe" \
  --email "john.doe@example.org" \
  --country_code US \
  --phone_country_code +1 \
  --phone 555 555 1234 \
  --tc_consent_given true

Learn more

Path Params
string
enum
required

Enum Call the v4beta URL for operations still only in beta.

Allowed:
Body Params
string | null

The email address for the Akamai account executive who manages the customer making the request. Leave this out or set it to null if it's not necessary.

additional_emails
array of strings

Optional email addresses for the customer making the request. You can include up to two.

additional_emails
string | null

Any additional information the customer wants to provide with the request for product_name. Leave this out or set it to null if it's not necessary.

string | null

The name of the company where the requesting customer works. Leave this out or set it to null if it's not necessary.

string
required

The two-letter ISO 3166 code for the country where the requesting customer resides.

string
required

A contact email address for the person set as name.

string
required

The name of the customer requesting product_name.

string
required

The name of the Akamai-qualified partner that owns the product_name in the request.

string
required

A valid phone number for the person set as name. This field only supports numbers and spaces.

string
required

The unique prefix code assigned to the country for the phone. Preface this value with a +.

string
required

The name of the desired Marketplace product.

boolean
required
Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json