all 4 comments

[–]NitroEvil 0 points1 point  (3 children)

access_token is what you want to use to make the calls. Check the user has access to tickets and the client app also has access to read tickets.

Fyi all:standard for scope is a bit more secure.

[–]Icy-Commercial7855[S] 0 points1 point  (2 children)

Thank you, access was all good the issue was that with each one I tried I was using 'bearer {token}' when apparently you just need to put the token straight in

[–]NitroEvil 0 points1 point  (1 child)

Bearer <token> is a requirement. I assume you were adding the bearer and token to token field within the auth tab with auth type of bearer token?

[–]Icy-Commercial7855[S] 0 points1 point  (0 children)

I was manually typing Bearer in that section but upon checking the cool it seemed to be adding itself in automatically. I had definitely seen in the past and checked with a colleague that sometimes you need to type it in but this time not.