Legacy Dev Forum Posts

 View Only

Sign Up

Access token for different purecloud instance in postman

  • 1.  Access token for different purecloud instance in postman

    Posted 06-05-2025 18:17

    Lokeshwari_P | 2020-08-05 16:52:31 UTC | #1

    Hi, I created access token(code authorize) for one of my purecloud instance(dev) in postman and checked platform API. i got the response back. but while i'm trying to authorize my another purecloud instance(prod) with client id and secret key which i created in prod instance i'm getting token for dev only instead of prod.

    please anyone help me with this.

    how to create or change existing OAuth auhorized code grant in postman?

    every token having expiry time after 48hrs. if we hardcord this token will it work after 48hrs?


    Jerome.Saint-Marc | 2020-08-06 14:29:27 UTC | #2

    Hello,

    I didn't use postman for this myself.

    But to answer you questions:

    LokeshwariP, post:1, topic:8488
    every token having expiry time after 48hrs. if we hardcord this token will it work after 48hrs?
    You can find information on logout here - to "terminate/end" a token: https://developer.mypurecloud.com/api/rest/postman/index.html#loggingoutandauthenticatingasadifferentuser

    Lokeshwari_P, post:1, topic:8488
    how to create or change existing OAuth auhorized code grant in postman?

    The problem you describe seems to be similar than what I found on this forum. Because you were trying to move from one org to another one. Postman store Cookies - and most likely your dev orgName (and possibly other cookies). As indicated in the following link, you could try to clean these Cookies in Postman: https://community.postman.com/t/not-seeing-any-way-to-clear-user-signin-used-for-authorization-get-new-access-token/3862/9

    Regards,


    Lokeshwari_P | 2020-08-07 07:39:29 UTC | #3

    Thank you for your reply.


    system | 2020-09-07 07:39:32 UTC | #4

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 8488