Generate an Access Token for the Admin System User
Updated: Apr 25, 2024
An access token is a unique string generated by Meta to allow developers to make API calls from their application.
There are two ways you can generate an access token for an admin system user: online using the Business Manager, or using an API call. When generating the token, you will need to grant the following permissions:
ads_managementbusiness_managementcatalog_management
Before you begin
Before you generate an access token, make sure you have completed these steps:
Option 1: Generate the token online
- Go to the Business Settings.
- Under Users, click on System Users.
- Select the admin system user, then click the Generate new token button.
- Select your app from the drop-down menu and the
business_management,ads_managementandcatalog_managementpermissions from the list. - Click the Generate token button.
- Copy and save your token.
Make sure to copy the generated token as you won’t be able to access it again. If you lose the token, you will need to generate a new one.
Option 2: Generate the token using an API
To generate an access token using an API, follow the Generate Access Token instructions.