Skip to main content
GET
Get variant availability by country

Authorizations

X-Api-Key
string
header
required

Company Level Authentication

Include your API key in the X-Api-Key header for every request:

Headers

snappy-account-id
string

Optional account identifier for swag validation/filtering.

Example:

"acc123456"

snappy-company-id
string

Optional company identifier for swag validation/filtering.

Example:

"cmp123456"

Path Parameters

variantId
string
required

Variant ID.

Pattern: ^(?:^[A-Za-z0-9]{8,}$|^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)$
Example:

"FB6bgFV4lf"

Response

Availability map keyed by ISO 3166-1 alpha-2 country code.

Map keyed by ISO 3166-1 alpha-2 country code. Missing countries should be treated as unavailable.

{key}
object

Availability entry for a single country.

Last modified on June 17, 2026