Shared flow which creates sequenced UUID.

Hi,

I want to create sequenced uuid in apigee which I can configure to the request coming from backend.

So that each call coming from backend can have a UUID.

0 2 137
2 REPLIES 2

The globally unique messageid could be used for that.

https://docs.apigee.com/api-platform/reference/variables-reference#messageid

Right. Message ID will be unique for each call. It will not be a UUID, however. (Will not have same structure as UUID).