Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Credentials for an API in a transactional message

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Level 9

@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.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 9

@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.

Avatar

Level 1

Hi @mmbb110,

 

And how can I get these credentials?

 

Thanks for the answer,

Avatar

Level 9

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-sta...