
ScottI.43803 (Customer) asked a question.
Hello,
When i try to hit /api/v1/mappings, i am getting a 401 response. The SSWS token i am using was created by a user that has Super Admin privileges. When i log into the console web app as that user, I can manage profile mappings.
Request:
```
curl --location --request GET 'https://{okta domain}/api/v1/mappings' \
--header 'Authorization: SSWS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data-raw ''
```
Response:
```
{
"errorCode": "E0000015",
"errorSummary": "You do not have permission to access the feature you are requesting",
"errorLink": "E0000015",
"errorId": "oaeaPt1Ji6NSTaa-l2R6x0aQQ",
"errorCauses": []
}
```

Are you using the developer account to run API? Developer Org doesn’t have the all features set. You can open support ticket to troubleshoot this error.
FYI /api/v1/mappings API is working for me.