cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Trigger Data using personalizationwebservices Extension

0 Kudos

In the last part of the trail, while creating a new Trigger. If i try to run the cURL command curl --insecure --verbose --header "Authorization: Bearer fcd0e4aa-0226-4668-96ff-8a5281e2154e" --header "Content-Type: application/json" https://localhost:9002/personalizationwebservices/v1/catalogs/electronicsContentCatalog/catalogVersi... --request POST --data '{"type" : "userGroupTriggerData","code" : "newUserGroupTrigger"}'

where fcd0e4aa-0226-4668-96ff-8a5281e2154e is the token I am getting an output as (refer image)

"errors" : [ { "message" : "Access token expired: fcd0e4aa-0226-4668-96ff-8a5281e2154e", "type" : "InvalidTokenError" } ]

Link for the trail : https://help.hybris.com/6.2.0/hcd/d493b645afb74c439a15fc6fbc78c8f9.html#copyd493b645afb74c439a15fc6f...

Can anyone help me find a solution to this. Thanks

raghavendra_desu
Contributor
0 Kudos

It looks like your token got expired, can you generate a new token and try with that.

Accepted Solutions (1)

Accepted Solutions (1)

former_member674349
Participant
0 Kudos

You have to generate fresh token and pass to your request. As every token has validity.

Thanks, Jayant

Answers (0)