Generate an Access Token for the Admin System User

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_management
  • business_management
  • catalog_management

Before You Begin

Before you generate an access token, make sure you have completed these steps:

  1. Create an Admin System User
  2. Assign Permissions to the Admin System User

Option 1: Generate the Token Online

  1. Go to the Business Settings.
  2. Under Users, click on System Users.
  3. Select the admin system user, then click the Generate new token button.
  4. Select your app from the drop-down menu and the business_management, ads_management and catalog_management permissions from the list.
  5. Click the Generate token button.
  6. 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.