Skip to main content
Solved

BLM API Not Working in V.37

  • July 23, 2025
  • 17 replies
  • 165 views

AWilson
Forum|alt.badge.img+5

Hi all,

 

Is anyone else experiencing issues with the BLM API, specifically the /v2/blm/promoteBot endpoint.

Since the v.37 update was deployed to our environment yesterday, all other endpoints are working but some of our promotion scripts are failing when executing a POST request on the promoteBot endpoint:

 

400: 

{
"message": "Validation failed for 'api_key'. Reason: must match pattern [^<>]*."
}

 

This seems like a strange error to get, considering it was working yesterday and there were no changes at all.

 

Thanks

Adam

Best answer by Shreya.Kumar

@AWilson the issue has been resolved by our team and should be rolled out in our upcoming patch update!

17 replies

AWilson
Forum|alt.badge.img+5
  • Author
  • Navigator | Tier 3
  • July 23, 2025

Appears that this isn’t isolated to just the API, looks like the entire feature of bot promotion is broken:

 


Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • July 24, 2025

Hi ​@AWilson ,

 

As the error indicates, the issue is with your API key. If your current request looks like:

{
  "api_key": "<my-secret-key>"
}

 

Change it to:

 

{ "api_key": "my-secret-key" }

 

 

Below shown is the accepted format.

 


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • Pathfinder Community Team
  • July 24, 2025

Hi all,

 

Is anyone else experiencing issues with the BLM API, specifically the /v2/blm/promoteBot endpoint.

Since the v.37 update was deployed to our environment yesterday, all other endpoints are working but some of our promotion scripts are failing when executing a POST request on the promoteBot endpoint:

 

400: 

{
"message": "Validation failed for 'api_key'. Reason: must match pattern [^<>]*."
}

 

This seems like a strange error to get, considering it was working yesterday and there were no changes at all.

 

Thanks

Adam

@AWilson could you check if the API key has expired?


AWilson
Forum|alt.badge.img+5
  • Author
  • Navigator | Tier 3
  • July 24, 2025

  

Hi ​@AWilson ,

 

As the error indicates, the issue is with your API key. If your current request looks like:

{
  "api_key": "<my-secret-key>"
}

 

Change it to:

 

{ "api_key": "my-secret-key" }

 

 

Below shown is the accepted format.

 

 

@Padmakumar  Hi, there’s no issue with the API Key as it can be used to make other requests. Please note my update on this post where I mentioned that even using the ‘Promote Bot’ feature in the UI (which is calling the /v2/promoteBot endpoint) is also not working.


AWilson
Forum|alt.badge.img+5
  • Author
  • Navigator | Tier 3
  • July 24, 2025

Hi all,

 

Is anyone else experiencing issues with the BLM API, specifically the /v2/blm/promoteBot endpoint.

Since the v.37 update was deployed to our environment yesterday, all other endpoints are working but some of our promotion scripts are failing when executing a POST request on the promoteBot endpoint:

 

400: 

{
"message": "Validation failed for 'api_key'. Reason: must match pattern [^<>]*."
}

 

This seems like a strange error to get, considering it was working yesterday and there were no changes at all.

 

Thanks

Adam

@AWilson could you check if the API key has expired?

 

Hi ​@Shreya.Kumar , the key is valid as it can be used to make other requests.


Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • July 24, 2025

  

Hi ​@AWilson ,

 

As the error indicates, the issue is with your API key. If your current request looks like:

{
  "api_key": "<my-secret-key>"
}

 

Change it to:

 

{ "api_key": "my-secret-key" }

 

 

Below shown is the accepted format.

 

 

@Padmakumar  Hi, there’s no issue with the API Key as it can be used to make other requests. Please note my update on this post where I mentioned that even using the ‘Promote Bot’ feature in the UI (which is calling the /v2/promoteBot endpoint) is also not working.

 

Requesting to raise a support ticket in this case as it could be a bug too.


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • Pathfinder Community Team
  • July 24, 2025

Hi all,

 

Is anyone else experiencing issues with the BLM API, specifically the /v2/blm/promoteBot endpoint.

Since the v.37 update was deployed to our environment yesterday, all other endpoints are working but some of our promotion scripts are failing when executing a POST request on the promoteBot endpoint:

 

400: 

{
"message": "Validation failed for 'api_key'. Reason: must match pattern [^<>]*."
}

 

This seems like a strange error to get, considering it was working yesterday and there were no changes at all.

 

Thanks

Adam

@AWilson could you check if the API key has expired?

 

Hi ​@Shreya.Kumar , the key is valid as it can be used to make other requests.

I’ve escalated this to my team; will revert with a solution soon!


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • Pathfinder Community Team
  • Answer
  • July 24, 2025

@AWilson the issue has been resolved by our team and should be rolled out in our upcoming patch update!


AWilson
Forum|alt.badge.img+5
  • Author
  • Navigator | Tier 3
  • July 24, 2025

@AWilson the issue has been resolved by our team and should be rolled out in our upcoming patch update!

Thanks ​@Shreya.Kumar !

Do you have any more information on when this patch is likely to be applied?


Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • July 24, 2025

@AWilson the issue has been resolved by our team and should be rolled out in our upcoming patch update!

Wow...that was fast...😀


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • Pathfinder Community Team
  • July 24, 2025

@AWilson the issue has been resolved by our team and should be rolled out in our upcoming patch update!

Thanks ​@Shreya.Kumar !

Do you have any more information on when this patch is likely to be applied?

as of now, the tentative date is most likely the end of July, but I’m waiting for a confirmation from the release team. Will revert with a timeline once it’s locked in!


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • Pathfinder Community Team
  • July 24, 2025

@AWilson the issue has been resolved by our team and should be rolled out in our upcoming patch update!

Wow...that was fast...😀

🚀lessgooo


Forum|alt.badge.img
  • Cadet | Tier 2
  • July 31, 2025

@Shreya.Kumar I have an urgent need to make a fix to a production bot and cannot promote using the UI, which is our usual course, what can I do? We do not have any bot creator licenses open to assign to the production CR. Export and import?


AWilson
Forum|alt.badge.img+5
  • Author
  • Navigator | Tier 3
  • August 7, 2025

@AWilson the issue has been resolved by our team and should be rolled out in our upcoming patch update!

Thanks ​@Shreya.Kumar !

Do you have any more information on when this patch is likely to be applied?

as of now, the tentative date is most likely the end of July, but I’m waiting for a confirmation from the release team. Will revert with a timeline once it’s locked in!

Hi ​@Shreya.Kumar ,

 

Do you have a date when this will be deployed to customer environments please? I note that this is still broken and impacting our normal release process.


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • Pathfinder Community Team
  • August 7, 2025

@AWilson sorry for not updating this sooner; I have escalated this to my team, looks like there’s been some unexpected delays. I’ll have an update for you by next week.


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • Pathfinder Community Team
  • August 7, 2025

AWilson
Forum|alt.badge.img+5
  • Author
  • Navigator | Tier 3
  • August 12, 2025

Thanks for the workaround ​@Shreya.Kumar , I will generate new keys.