Skip to main content

Get Reseller by Id

Select

SaaS

Get reseller using metallic reseller id.

Path Variables

FieldDescriptionTypeNotes
resellerIdReseller metallic idUUID

Response Body

FieldDescriptionTypeNotes
idReseller metallic idUUID
typeType indicating it is resellerString Enum allowed values: "reseller"
statusReseller statusString Enum allowed values: "active"
insertTsReseller created timeTimestamp
updateTsReseller last updated timeTimestamp
externalIdReseller ID in Partner systemString / UUID
nameReseller nameString
websiteReseller websiteString
contactsReseller contactsContact Objects arrayRefer to Contact Object on create reseller request.
workloadAccessAccess to manage accountsBoolean
Path Parameters
  • resellerId string required
Responses


Schema
    GET /api/v1/partner/organizations/resellers/:resellerid    

    Authorization

    Request

    Click Edit to configure Base URL
    https://api.metallic.io
    Bearer Token
    resellerId — path required
    lhAccountId — header
    curl -L -X GET 'https://api.metallic.io/api/v1/partner/organizations/resellers/:resellerId' \
    -H 'Accept: application/json' \
    -H 'Authorization: Bearer <TOKEN>'