-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Description
- I've created a Standard Application API Key
- Using Postman, I set Basic Auth using the key as username and token as password
- Successfully call https://[myorg].internetofthings.ibmcloud.com/api/v0002/device/types using the GET verb
- Failed calling the same uri as above using POST with this payload:
{ "id": "myDeviceType", "description": "My first device type", "classId": "Device" }
Response: 403 Forbidden
Nor can I create a device...
I've also tried the same using Operations Application Key
BTW... I'm currently using the free option if that has anything to do with it...
Metadata
Metadata
Assignees
Labels
No labels