curl --request GET \
--url https://api.snappy.com/public-api/v2/collections/budgets \
--header 'X-Api-Key: <api-key>'{
"results": [
{
"min": 15,
"max": 25
},
{
"min": 26,
"max": 50
},
{
"min": 51,
"max": 100
},
{
"min": 101,
"max": 200
},
{
"min": 201,
"max": 500
}
]
}Budget ranges determine the price points that recipients can choose from when selecting gifts.
Use this endpoint to find the available minimum and maximum budget ranges for gift collections, which can be filtered by:
collections:readcurl --request GET \
--url https://api.snappy.com/public-api/v2/collections/budgets \
--header 'X-Api-Key: <api-key>'{
"results": [
{
"min": 15,
"max": 25
},
{
"min": 26,
"max": 50
},
{
"min": 51,
"max": 100
},
{
"min": 101,
"max": 200
},
{
"min": 201,
"max": 500
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.snappy.com/llms.txt
Use this file to discover all available pages before exploring further.
Company level authentication provides access to all resources under your company, including accounts, campaigns, gifts, and recipients.
POST /v2/authentication/apiKeys endpoint to generate a new API keyInclude your API key in the X-Api-Key header for every request:
X-Api-Key: YOUR_24_CHARACTER_API_KEYFor production environments, enable mutual TLS authentication:
enforceMtls: true when creating the API keyhttps://mtls-api.snappy.com/public-apiSource of the request
api_native, api_zapier, api_salesforce, api_ftp, api_make "api_native"
Collection type
swag, gifts, local experiences, custom "swag"
Company ID
^[A-Za-z0-9]{8,}$"12345678"
Account ID
"a12bcd34"
List of supported countries
1["US"]The collection ID
^[A-Za-z0-9]{8,}$"abcdef12"
Successful response
Response containing available budget ranges for collections.
The fetched budgets.
Show child attributes
Was this page helpful?