Skip to main content

Get Partner By Id

Get Partner By Id

Path Parameters
  • partnerId string required
Responses

OK


Schema
  • data object
  • name string

    Partner Name

  • externalId string

    Partner ID in MSP system

  • website string

    Partner website

  • contacts object[]

    Partner contacts

  • type string

    Default value: primary

    Contact type.We currently support "primary" type only.

  • email string

    Contact email. It needs to be a valid email and unique in Metallic.

  • firstName string

    Contact first name

  • lastName string

    Contact last name

  • address object

    Contact address

  • addressLine1 string

    Street address

  • addressLine2 string

    Street address continued

  • city string

    City

  • state string

    This field is required when country is United States, otherwise is optional. If provided, it must be ISO standard code or name.

  • country string

    Country

  • postalCode string

    Postal Code

  • workloadAccess boolean

    Access to manage accounts

GET /api/v1/partner/partners/:partnerid    

Authorization

Request

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