Bulk create store locations

Add store locations to a wallet campaign in a single request (up to 1000 per call). The Idempotency-Key header is required: repeating a request with the same key returns the original result without inserting duplicates.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required

The token is the SmartLink token (wallet_id) for the campaign.

Important: Using the "Try It" feature on the righthand console will send an actual API call to our system. This may result in store locations being created.

Body Params
locations
array of objects
required

Store locations to add (up to 1000 per request).

locations*
Headers
string
Defaults to 1
string
required

Unique key (up to 255 characters) that makes the request safe to retry without creating duplicate locations.

Response
201

The store locations were created.

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!