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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Replies
Total Likes
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.
Views
Likes
Replies