Skip to main content
January 26, 2022
Beantwortet

Credentials for an API in a transactional message

  • January 26, 2022
  • 3 Antworten
  • 1393 Ansichten

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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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.

3 Antworten

mmbb110Antwort
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