403 Forbidden error in API call

:bangbang: Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.

I’m new to ISC, trying to setup Postman and making API calls.

Created ‘Client Credentials‘ access token with sp:scopes:all.

Able to successfully call below APIs:

{{baseUrl}}/identity-profiles

{{baseUrl}}/identity-attributes

{{baseUrl}}/access-profiles

But I’m getting 403 Forbidden error with below APIs.

{{baseUrl}}/identities

*{{baseUrl}}/tenant

What is the reason behind this? My understanding is* sp:scopes:all gives full access to every API available. Also the user tied to this token has ‘Admin‘ user level.

Hi @aseelvn07,

Are you using your PAT, or have you created these client credentials from API management?

1 Like

@UjjwalJain from API management

The API endpoints you’re getting a 403 from require a user tied Personal Access Token

If you see both PAT and client credentials like below, you can use either

If you just see PAT, then it more than likely will only accept a PAT

3 Likes

@mcheek That worked. Thanks a lot

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.