Why is my Admin API access token showing as invalid?

My Admin API access token is coming up invalid… I’m not sure what to do. Any help?

Hey @Amransford ,

Invalid API key or access token error response occurs in many conditions:

  • When the access token or password is invalid. (Check weather the access token and password correct pair of combinations in private app section.)
  • Invalid access url. (Check the format of url. https://apikey:password@hostname/admin/resource.json)
  • Invalid api permission. (Check for the permission applied on private app api from Admin API permissions section)

Otheriwse, feel free to reach out to Partner Support for further investigating!