Skip to main content

Get the details of an existing MSSP

GET 

/api/v1/mssp/:mssp-id

x-public: "true"

Returns the details of an existing MSSP account

Request

Path Parameters

    mssp-id stringrequired

    the id of the MSSP of interest

Responses

OK

Schema
    msspId string
    name string
    createdBy string
    createdAt int64
    customerSupportId string
    contactInfo object
    firstName stringrequired

    Possible values: non-empty and <= 63 characters

    lastName stringrequired

    Possible values: non-empty and <= 63 characters

    email stringrequired

    Possible values: non-empty and <= 128 characters

Loading...