Credentials for an API in a transactional message | Community
Skip to main content
January 26, 2022
Solved

Credentials for an API in a transactional message

  • January 26, 2022
  • 1 reply
  • 1368 views

Hi,

 

I am trying to get the credentials or user for the API of a transactional message, but I am not able to.

I need fixed credentials that do not expire.

 

Does anyone know how to get these credentials?

 

Thanks in advance
Best regards

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by mmbb110

@rfernandezinnova 

 

In ACS, you cannot use a fix API credential, the API works via Bearer tokens which expire after 24hrs, you can programmatically renew this token before expiry.

1 reply

mmbb110Accepted solution
Level 9
January 26, 2022

@rfernandezinnova 

 

In ACS, you cannot use a fix API credential, the API works via Bearer tokens which expire after 24hrs, you can programmatically renew this token before expiry.

January 26, 2022

Hi @mmbb110,

 

And how can I get these credentials?

 

Thanks for the answer,

Level 9
January 26, 2022

you can create a project in Adobe developer console and generate the public/private key pair and use the private key for obtaining the access token, which you can use in your API request.

 

https://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/about-campaign-standard-apis/setting-up-api-access.html?lang=en