Skip to main content

Get Reseller by Id

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
  • data object
  • id string
  • insertTs string
  • updateTs string
  • name string
  • type string
  • status string
  • contacts object[]
  • email string
  • firstName string
  • lastName string
  • phone string
  • address object
  • addressLine1 string
  • city string
  • state string

    Required when country is optional

  • country string
  • postalCode string
  • addressLine2 string
  • type string
  • website string
  • externalId string
  • workloadAccess boolean
GET /api/v1/partner/organizations/resellers/:resellerid    

Authorization

Request

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