Skip to main content

Get Organization IoT Endpoint And Credentials

GET 

/organizations/:organizationId/iot-endpoint-and-credentials

Get Organization IoT Endpoint And Credentials

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Responses

Schema
    data objectrequired

    Data of the organization credentials.

    awsRegion stringrequired
    iotEndpoint stringrequired
    credentials objectrequired
    accessKeyId stringrequired
    secretAccessKey stringrequired
    sessionToken stringrequired
    expiration stringrequired
Loading...