question

Kim Strasser avatar image
Kim Strasser asked

Postman always returns NotAuthenticated when I make an API call

I always get the error "NotAuthenticated" when I make an API call in Postman and I don't know what I'm doing wrong.

{
    "code": 401,
    "status": "Unauthorized",
    "error": "NotAuthenticated",
    "errorCode": 1074,
    "errorMessage": "Not Authenticated"
}

I use this Postman environment:

What is wrong with my environment? What am I doing wrong?

Player Data
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

Looks like the SessionTicket is not valid, are you using the latest SessionTicket retrieved from login calls such as LoginWithCustomId?

1 comment
10 |1200

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

Kim Strasser avatar image Kim Strasser commented ·

Thanx. The API calls work when I use a SessionTicket.

0 Likes 0 ·

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.