Skip to main content
This guide takes you from an API key to a working product request.
1

Get an API key

Ask your LocalAds contact to provision an organization API key with the products:create and products:read permissions.Store it in an environment variable. The full key is shown only once.
2

Choose a brand

List the brands available to the organization and copy the brand id:
3

Create a product

4

Check the response

A successful request returns 201 Created and the new product:
The response also includes a Location header containing the product URL.

Next step

Follow Manage products to list, update, and delete products, or open the API reference tab.
Last modified on July 24, 2026