Which authentication method should you use?
- Basic Auth - Use this if you are building integrations for your own shop. This is the most common use case and what most developers need. Simply create API credentials and include them with each request.
- OAuth - Use this only if you are building an app that will be used by multiple different shops (e.g., a third-party integration that other Fourthwall creators will install). See the OAuth guide for details.
Getting credentials
The creation of API credentials is reserved for users with the SUPER ADMIN role.
- Navigate to For developers to create an API user.
- If API credentials haven’t been generated yet, you will find a “Create API User” button under the “Open API” section. Click on it, and shortly after, the Username and Password for the Open API User will be provided.