Skip to main content
Question

Create an acces token.

  • May 22, 2025
  • 2 replies
  • 9 views

Forum|alt.badge.img

Hello everyone, I am trying to create a token to can work with my API for get information about links from box in Node Js, so I understand that I need to use the config.json for create the authentication:

  "boxAppSettings": {
    "clientID": "************************************",
    "clientSecret": "********************************",
    "appAuth": {
      "publicKeyID": "",
      "privateKey": "",
      "passphrase": ""
    }
  },
  "enterpriseID": "455328"
}

But I want to know if all this fields are required or if I just need use some fields of these for create the token.

2 replies

Forum|alt.badge.img

Hi ,

 

Yes, all of the fields will be required. Take a look at this guide, which walks you through the app creation process and how to get those fields or download the config file directly from Box.

 

- Jon


Forum|alt.badge.img

Thank you so much it worked good