Skip to main content
Participant
June 20, 2025
Question

Getting api key is invalid error

  • June 20, 2025
  • 1 reply
  • 165 views

I am trying to access the lightroom API mentioned here - https://developer.adobe.com/firefly-services/docs/lightroom/api/lightroom_edits/

For that I created an OAuth web app client id and client secret and followed the doc for getting the access token - https://developer.adobe.com/developer-console/docs/guides/authentication/UserAuthentication/ims#authorize-request

 

I am trying to hit the edit API but I am getting 

{
"error_code": "403003",
"message": "Api Key is invalid"
}

error. I am using client id in the X-api-key header.
Unable to figure our what's wrong here. I have a lightroom subscription

1 reply

Participant
June 26, 2025

@Meenakshi Negi Can you please help here ?