Skip to content

Unable to create device type using API #1364

@wmmihaa

Description

@wmmihaa
  1. I've created a Standard Application API Key
  2. Using Postman, I set Basic Auth using the key as username and token as password
  3. Successfully call https://[myorg].internetofthings.ibmcloud.com/api/v0002/device/types using the GET verb
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions