# Retrieve an Indirect Reseller relationship **GET /v1/Resellers/indirect-reseller-relationship** Gets the indirect reseller relationship for the microsoft reseller by its mpn id. This request is only valid when using a Microsoft tenant/provider. **Available to the roles:** csp ## Servers - https://api.cloudcockpit.com: https://api.cloudcockpit.com () ## Authentication methods - Bearer auth ## Parameters ### Headers - **X-Tenant** (string) The domain used to access the portal. - **Authorization** (string) JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}" - **X-Correlation-Id** (string(uuid)) This header is optional and by setting it you can correlate the audit logs made by this request. ### Query parameters - **tenantId** (string) The Microsoft tenant identifier to use in request to Microsoft. - **mpnId** (string) The mpn id of the reseller. ## Responses ### 200 OK #### Body: application/json (object) - **indirectResellerId** (string | null) The id of the indirect reseller, i.e, its tenant id in partner center. - **name** (string | null) The name of the indirect reseller. - **state** (string | null) The state of the relationship. For example, Active. - **mpnId** (string | null) The mpn id of the indirect reseller. - **location** (string | null) The location associated to the MpnId. ### 400 Bad Request #### Body: application/json (object) - **statusCode** (integer(int32)) The HTTP status code that represents a specific error scenario. - **type** (string | null) The type of error that occurred. - **description** (string | null) Describes the error scenario that occurred. - **correlationId** (string | null) The correlationId of the request that originated the error. - **errors** (array[object] | null) A list containing the detail of the errors that occurred in this error scenario. ### 401 Unauthorized ### 403 Forbidden ### 500 Internal Server Error #### Body: application/json (object) - **statusCode** (integer(int32)) The HTTP status code that represents a specific error scenario. - **type** (string | null) The type of error that occurred. - **description** (string | null) Describes the error scenario that occurred. - **correlationId** (string | null) The correlationId of the request that originated the error. - **errors** (array[object] | null) A list containing the detail of the errors that occurred in this error scenario. [Powered by Bump.sh](https://bump.sh)