question

Lothar avatar image
Lothar asked

Postman Execute a CloudScript/ListHttpFunctions

Hi,

I'm trying to set up some postman call to help me to understand better how playfab works.
I can execute a lot of API helping me to be fater than without it.
Invoking the CloudScript/ListHttpFunctions I receive the error:

"only entities of the following types may call this api: title"

This becouse I logged as a "Type": "title_player_account"
There is a way to call ListHttpFunctions from postman?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

You can call GetEntityToken with your title's Secret Key (found in the settings/secret-keys section in the Game Manager) to retrieve your title's entity token and use that to call CloudScript/ListHttpFunctions.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.