Partner Manager Partners API

1.0.1

Overview

Statistics
85 Operations
0 Skills
B2B Category
Manage partner profiles, certificates, EDI document types, document flows, and deployment configurations in Anypoint Partner Manager.

Servers

  • https://anypoint.mulesoft.com/partnermanager/partners/api/v1
  • https://{region}.anypoint.mulesoft.com/partnermanager/partners/api/v1
  • https://{region}.platform.mulesoft.com/partnermanager/partners/api/v1

Authentication & Security

  • oauth_2_0 oauth2
  • bearerAuth http

    Bearer token authentication using JWT

  • clientAuth oauth2

    OAuth 2.0 client credentials flow

Get Organizations By Organizationid Environments By Environmentid Apmrelease getOrganizationsByOrganizationidEnvironmentsByEnvironmentidApmrelease

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get apmRelease

Path Parameters

environmentId *: string

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Certificates getOrganizationsByOrganizationidEnvironmentsByEnvironmentidCertificates

GET

Try it out

Path Parameters
Query Parameters
Custom Query Parameters
Custom Headers
Get Details of all the certificates saved in the environment

Path Parameters

environmentId *: string

Query Parameters

as2Only: string

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Customattributes getOrganizationsByOrganizationidEnvironmentsByEnvironmentidCustomattributes

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all customAttributes

Path Parameters

environmentId *: string

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Customattributes createOrganizationsByOrganizationidEnvironmentsByEnvironmentidCustomattributes

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new customAttribute

Path Parameters

environmentId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Customattributes By Customattributeid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidCustomattributesByCustomattributeid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get customAttributes

Path Parameters

environmentId *: string
customAttributeId *: string
The customAttribute ID to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Patch Organizations By Organizationid Environments By Environmentid Customattributes By Customattributeid patchOrganizationsByOrganizationidEnvironmentsByEnvironmentidCustomattributesByCustomattributeid

PATCH

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Patches customAttribute

Path Parameters

environmentId *: string
customAttributeId *: string
The customAttribute ID to identify the target resource.

Request Body

json

Response

Successful operation.
Examples
application/json
{ "message": "Operation completed successfully." }

Delete Organizations By Organizationid Environments By Environmentid Customattributes By Customattributeid deleteOrganizationsByOrganizationidEnvironmentsByEnvironmentidCustomattributesByCustomattributeid

DELETE

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Delete customAttribute

Path Parameters

environmentId *: string
customAttributeId *: string
The customAttribute ID to identify the target resource.

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Deployments getOrganizationsByOrganizationidEnvironmentsByEnvironmentidDeployments

GET

Try it out

Path Parameters
Query Parameters
Custom Query Parameters
Custom Headers
Get Deployment configurations

Path Parameters

environmentId *: string

Query Parameters

formatVersion: string
The formatVersion query parameter.
receivingEndpointId: string
The receivingEndpoint ID query parameter.
toPartner: string
The toPartner query parameter.
excludeSchemasAndMappings: boolean
The excludeSchemasAndMappings query parameter.
formatType: string
The formatType query parameter.
status: string
excludeAuditHistory: boolean
The excludeAuditHistory query parameter.
fromPartner: string
The fromPartner query parameter.
docType: string
The docType query parameter.

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Deployments createOrganizationsByOrganizationidEnvironmentsByEnvironmentidDeployments

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Creates new Deployment config

Path Parameters

environmentId *: string

Request Body

json

Response

json
Request accepted for processing.
id *: string
message: string
Examples
application/json
{ "id": "f4ace7b9-6da1-4322-8852-823532633c18", "message": "" }

Get Organizations By Organizationid Environments By Environmentid Deployments By Deploymentid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidDeploymentsByDeploymentid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get specific deployment details using deploymentId

Path Parameters

environmentId *: string
deploymentId *: string

Response

Successful operation.
Examples
application/json
{}

Patch Organizations By Organizationid Environments By Environmentid Deployments By Deploymentid patchOrganizationsByOrganizationidEnvironmentsByEnvironmentidDeploymentsByDeploymentid

PATCH

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Update deployment details

Path Parameters

environmentId *: string
deploymentId *: string

Request Body

json

Response

Successful operation.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Documentflows getOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflows

GET

Try it out

Path Parameters
Query Parameters
Custom Query Parameters
Custom Headers
Get all documents

Path Parameters

environmentId *: string

Query Parameters

name: string
The name query parameter.
pageSize: integer
description: string
The description query parameter.
page: integer
searchString: string
The searchString query parameter.

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Documentflows createOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflows

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new documentflow

Path Parameters

environmentId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Documentflows By Documentflowid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflowsByDocumentflowid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get documentflows

Path Parameters

environmentId *: string
documentflowId *: string

Response

Successful operation.
Examples
application/json
{}

Patch Organizations By Organizationid Environments By Environmentid Documentflows By Documentflowid patchOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflowsByDocumentflowid

PATCH

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Post APM release 2.21.0, Message flows can be created with or without identifier based routing.
Example DocumentFlowWithGranularRouting depicts flow with identifier based routing where an identifier from host and another identifier from partner profile is provided for message routing.
Example DocumentFlowWithOutGranularRouting depicts flow without identifier based routing, that flow accepts any of the configured identifiers for message flow routing.

Path Parameters

environmentId *: string
documentflowId *: string

Request Body

json

Response

Successful operation.
Examples
application/json
{ "message": "Operation completed successfully." }

Delete Organizations By Organizationid Environments By Environmentid Documentflows By Documentflowid deleteOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflowsByDocumentflowid

DELETE

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Delete documentflow

Path Parameters

environmentId *: string
documentflowId *: string

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Documentflows By Documentflowid Mappings getOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflowsByDocumentflowidMappings

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all mappings

Path Parameters

environmentId *: string
documentflowId *: string

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Documentflows By Documentflowid Mappings createOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflowsByDocumentflowidMappings

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new mapping

Path Parameters

environmentId *: string
documentflowId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Documentflows By Documentflowid Mappings By Mappingsid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflowsByDocumentflowidMappingsByMappingsid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get mappings

Path Parameters

environmentId *: string
documentflowId *: string
mappingsId *: string
The mappings ID to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Update Organizations By Organizationid Environments By Environmentid Documentflows By Documentflowid Mappings By Mappingsid updateOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflowsByDocumentflowidMappingsByMappingsid

PUT

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Replace mapping

Path Parameters

environmentId *: string
documentflowId *: string
mappingsId *: string
The mappings ID to identify the target resource.

Request Body

json

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Documentflows By Documentflowid Resolvedview getOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflowsByDocumentflowidResolvedview

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all resolvedview

Path Parameters

environmentId *: string
documentflowId *: string

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Documentflows By Documentflowid Runtimevalidations getOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflowsByDocumentflowidRuntimevalidations

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all runtimeValidations

Path Parameters

environmentId *: string
documentflowId *: string

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Documentflows Summarylist getOrganizationsByOrganizationidEnvironmentsByEnvironmentidDocumentflowsSummarylist

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all summarylist

Path Parameters

environmentId *: string

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Ediformats getOrganizationsByOrganizationidEnvironmentsByEnvironmentidEdiformats

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all ediFormats

Path Parameters

environmentId *: string

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Ediformats By Format getOrganizationsByOrganizationidEnvironmentsByEnvironmentidEdiformatsByFormat

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get ediFormats

Path Parameters

environmentId *: string
format *: string
The format to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Ediformats By Format Ediformatversions getOrganizationsByOrganizationidEnvironmentsByEnvironmentidEdiformatsByFormatEdiformatversions

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all ediFormatVersions

Path Parameters

environmentId *: string
format *: string
The format to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Ediformats By Format Ediformatversions By Versionid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidEdiformatsByFormatEdiformatversionsByVersionid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get ediFormatVersions

Path Parameters

environmentId *: string
format *: string
The format to identify the target resource.
versionId *: string

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Ediformats By Format Ediformatversions By Versionid Edidocumenttypes getOrganizationsByOrganizationidEnvironmentsByEnvironmentidEdiformatsByFormatEdiformatversionsByVersionidEdidocumenttypes

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all ediDocumentTypes

Path Parameters

environmentId *: string
format *: string
The format to identify the target resource.
versionId *: string

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Endpoints getOrganizationsByOrganizationidEnvironmentsByEnvironmentidEndpoints

GET

Try it out

Path Parameters
Query Parameters
Custom Query Parameters
Custom Headers
Get endpoints

Path Parameters

environmentId *: string

Query Parameters

role: string
The role query parameter.
deploymentId: string
The deployment ID query parameter.
deploymentStatus: string
The deploymentStatus query parameter.
partnerId: string
The partner ID query parameter.
typeId: string
The type ID query parameter.

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Endpoints createOrganizationsByOrganizationidEnvironmentsByEnvironmentidEndpoints

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new endpoint

Path Parameters

environmentId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Endpoints By Endpointid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidEndpointsByEndpointid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get endpoints

Path Parameters

environmentId *: string
endpointId *: string
The endpoint ID to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Update Organizations By Organizationid Environments By Environmentid Endpoints By Endpointid updateOrganizationsByOrganizationidEnvironmentsByEnvironmentidEndpointsByEndpointid

PUT

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Replace endpoint

Path Parameters

environmentId *: string
endpointId *: string
The endpoint ID to identify the target resource.

Request Body

json

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Delete Organizations By Organizationid Environments By Environmentid Endpoints By Endpointid deleteOrganizationsByOrganizationidEnvironmentsByEnvironmentidEndpointsByEndpointid

DELETE

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Delete endpoint

Path Parameters

environmentId *: string
endpointId *: string
The endpoint ID to identify the target resource.

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Endpointtypes By Type Configurations getOrganizationsByOrganizationidEnvironmentsByEnvironmentidEndpointtypesByTypeConfigurations

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all configurations

Path Parameters

environmentId *: string
type *: string
The type to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Identifiertypes getOrganizationsByOrganizationidEnvironmentsByEnvironmentidIdentifiertypes

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all identifierTypes

Path Parameters

environmentId *: string

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Identifiertypes By Identifiertypeid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidIdentifiertypesByIdentifiertypeid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get identifierTypes

Path Parameters

environmentId *: string
identifierTypeId *: string
The identifierType ID to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Partners getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartners

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all partners

Path Parameters

environmentId *: string

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Partners createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartners

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new partner

Path Parameters

environmentId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartnerid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get partners

Path Parameters

environmentId *: string
partnerId *: string

Response

Successful operation.
Examples
application/json
{}

Update Organizations By Organizationid Environments By Environmentid Partners By Partnerid updateOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartnerid

PUT

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Replace partner

Path Parameters

environmentId *: string
partnerId *: string

Request Body

json

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Delete Organizations By Organizationid Environments By Environmentid Partners By Partnerid deleteOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartnerid

DELETE

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Delete partner

Path Parameters

environmentId *: string
partnerId *: string

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Addresses getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridAddresses

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all addresses

Path Parameters

environmentId *: string
partnerId *: string

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Partners By Partnerid Addresses createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridAddresses

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new address

Path Parameters

environmentId *: string
partnerId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Addresses By Addressid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridAddressesByAddressid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get addresses

Path Parameters

environmentId *: string
partnerId *: string
addressId *: string
The address ID to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Update Organizations By Organizationid Environments By Environmentid Partners By Partnerid Addresses By Addressid updateOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridAddressesByAddressid

PUT

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Replace address

Path Parameters

environmentId *: string
partnerId *: string
addressId *: string
The address ID to identify the target resource.

Request Body

json

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Delete Organizations By Organizationid Environments By Environmentid Partners By Partnerid Addresses By Addressid deleteOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridAddressesByAddressid

DELETE

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Delete address

Path Parameters

environmentId *: string
partnerId *: string
addressId *: string
The address ID to identify the target resource.

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Certificates getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridCertificates

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get Details of all the certificates saved in the environment for particular partner

Path Parameters

environmentId *: string
partnerId *: string

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Partners By Partnerid Certificates createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridCertificates

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body multipart/form-data
Create a new Certificate

Path Parameters

environmentId *: string
partnerId *: string

Request Body

multipart/form-data
certType *: string
certName *: string
certFile *: string(binary)

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Certificates By Certificateid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridCertificatesByCertificateid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get certificates

Path Parameters

environmentId *: string
partnerId *: string
certificateId *: string
The certificate ID to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Update Organizations By Organizationid Environments By Environmentid Partners By Partnerid Certificates By Certificateid updateOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridCertificatesByCertificateid

PUT

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Replace certificate

Path Parameters

environmentId *: string
partnerId *: string
certificateId *: string
The certificate ID to identify the target resource.

Request Body

json

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Delete Organizations By Organizationid Environments By Environmentid Partners By Partnerid Certificates By Certificateid deleteOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridCertificatesByCertificateid

DELETE

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Delete certificate

Path Parameters

environmentId *: string
partnerId *: string
certificateId *: string
The certificate ID to identify the target resource.

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Documents getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridDocuments

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all documents

Path Parameters

environmentId *: string
partnerId *: string

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Partners By Partnerid Documents createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridDocuments

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new document

Path Parameters

environmentId *: string
partnerId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Documents By Documentbyid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridDocumentsByDocumentbyid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get documents

Path Parameters

environmentId *: string
partnerId *: string
documentById *: string
The documentBy ID to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Update Organizations By Organizationid Environments By Environmentid Partners By Partnerid Documents By Documentbyid updateOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridDocumentsByDocumentbyid

PUT

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Replace document

Path Parameters

environmentId *: string
partnerId *: string
documentById *: string
The documentBy ID to identify the target resource.

Request Body

json

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Delete Organizations By Organizationid Environments By Environmentid Partners By Partnerid Documents By Documentbyid deleteOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridDocumentsByDocumentbyid

DELETE

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Delete document

Path Parameters

environmentId *: string
partnerId *: string
documentById *: string
The documentBy ID to identify the target resource.

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Ediformats By Format Configurations getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridEdiformatsByFormatConfigurations

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all configurations

Path Parameters

environmentId *: string
partnerId *: string
format *: string
The format to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Partners By Partnerid Ediformats By Format Configurations createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridEdiformatsByFormatConfigurations

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new configuration

Path Parameters

environmentId *: string
partnerId *: string
format *: string
The format to identify the target resource.

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Ediformats By Format Configurations By Configid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridEdiformatsByFormatConfigurationsByConfigid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get configurations

Path Parameters

format *: string
The format to identify the target resource.
partnerId *: string
configId *: string
The config ID to identify the target resource.
environmentId *: string

Response

Successful operation.
Examples
application/json
{}

Update Organizations By Organizationid Environments By Environmentid Partners By Partnerid Ediformats By Format Configurations By Configid updateOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridEdiformatsByFormatConfigurationsByConfigid

PUT

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Replace configuration

Path Parameters

format *: string
The format to identify the target resource.
partnerId *: string
configId *: string
The config ID to identify the target resource.
environmentId *: string

Request Body

json

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Delete Organizations By Organizationid Environments By Environmentid Partners By Partnerid Ediformats By Format Configurations By Configid deleteOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridEdiformatsByFormatConfigurationsByConfigid

DELETE

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Delete configuration

Path Parameters

format *: string
The format to identify the target resource.
partnerId *: string
configId *: string
The config ID to identify the target resource.
environmentId *: string

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Endpointtypes By Type Configurations getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridEndpointtypesByTypeConfigurations

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all configurations

Path Parameters

environmentId *: string
partnerId *: string
type *: string
The type to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Partners By Partnerid Endpointtypes By Type Configurations createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridEndpointtypesByTypeConfigurations

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new configuration

Path Parameters

environmentId *: string
partnerId *: string
type *: string
The type to identify the target resource.

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Endpointtypes By Type Configurations By Configid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridEndpointtypesByTypeConfigurationsByConfigid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get configurations

Path Parameters

partnerId *: string
configId *: string
The config ID to identify the target resource.
environmentId *: string
type *: string
The type to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Update Organizations By Organizationid Environments By Environmentid Partners By Partnerid Endpointtypes By Type Configurations By Configid updateOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridEndpointtypesByTypeConfigurationsByConfigid

PUT

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Replace configuration

Path Parameters

partnerId *: string
configId *: string
The config ID to identify the target resource.
environmentId *: string
type *: string
The type to identify the target resource.

Request Body

json

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Identifiers getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridIdentifiers

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all identifiers

Path Parameters

environmentId *: string
partnerId *: string

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Partners By Partnerid Identifiers createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridIdentifiers

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new identifier

Path Parameters

environmentId *: string
partnerId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Identifiers By Identifierid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridIdentifiersByIdentifierid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get identifiers

Path Parameters

environmentId *: string
partnerId *: string
identifierId *: string
The identifier ID to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Delete Organizations By Organizationid Environments By Environmentid Partners By Partnerid Identifiers By Identifierid deleteOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridIdentifiersByIdentifierid

DELETE

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Delete identifier

Path Parameters

environmentId *: string
partnerId *: string
identifierId *: string
The identifier ID to identify the target resource.

Response

Operation completed successfully with no content returned.
Examples
application/json
{ "message": "Operation completed successfully." }

Create Organizations By Organizationid Environments By Environmentid Partners By Partnerid Identitykeys createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridIdentitykeys

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body multipart/form-data
Creates a identityKeys.

Path Parameters

environmentId *: string
partnerId *: string

Request Body

multipart/form-data
type *: string
Type of identity file
name *: string
Unique name for identity key
keyPassphrase *: string
Passphrase for the file being uploaded
keyFile *: object
The file(s) to be uploaded
expirationDate *: string
Expiration date of key
algorithm: string
Algorithm

Response

Successful operation.
Examples
application/json
{ "secretId": "bf4e0d7d-3baa-4663-9e5c-f34f628ab8f2", "secretGroupId": "756f3961-b1ac-44f0-ab26-c478f8876083", "certificateId": "a8000e40-4058-4cd0-9517-0d15869d3241" }

Update Organizations By Organizationid Environments By Environmentid Partners By Partnerid Identitykeys By Identityid updateOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridIdentitykeysByIdentityid

PUT

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body multipart/form-data
Replaces a identityKeys.

Path Parameters

environmentId *: string
partnerId *: string
identityId *: string
The identity ID to identify the target resource.

Request Body

multipart/form-data
type *: string
Type of identity file
name *: string
Unique name for identity key
keyPassphrase *: string
Passphrase for the file being uploaded
keyFile *: object
The file(s) to be uploaded
expirationDate *: string
Expiration date of key
algorithm: string
Algorithm

Response

Successful operation.
Examples
application/json
{ "secretId": "ca17dfd1-3c55-43e4-80c0-9140a926f700", "secretGroupId": "756f3961-b1ac-44f0-ab26-c478f8876083" }

Create Organizations By Organizationid Environments By Environmentid Partners By Partnerid Keystores createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridKeystores

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body multipart/form-data
Creates a keystores.

Path Parameters

environmentId *: string
partnerId *: string

Request Body

multipart/form-data
type *: string
Type of kesystore file
name *: string
Unique name for keystore
keyFile *: object
Private key - Binary file(s) to be uploaded
certificateFile *: object
Public key - Binary file(s) to be uploaded
keyPassphrase *: string
Passphrase for the file being uploaded
secretGroupId: string
Secret GroupId
secretId: string
SecretId

Response

Successful operation.
Examples
application/json
{ "secretId": "1c168228-23b9-4176-b6c7-8ce317919c6f", "secretGroupId": "756f3961-b1ac-44f0-ab26-c478f8876083", "certificateId": "96bd42fd-fd1e-47b3-94bd-2b457d04ece3" }

Update Organizations By Organizationid Environments By Environmentid Partners By Partnerid Keystores By Keystoreid updateOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridKeystoresByKeystoreid

PUT

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body multipart/form-data
Replaces a keystores.

Path Parameters

environmentId *: string
partnerId *: string
keystoreId *: string
The keystore ID to identify the target resource.

Request Body

multipart/form-data
type *: string
Type of kesystore file
name *: string
Unique name for keystore
keyFile *: object
Private key - Binary file(s) to be uploaded
certificateFile *: object
Public key - Binary file(s) to be uploaded
keyPassphrase *: string
Passphrase for the file being uploaded
secretGroupId: string
Secret GroupId
secretId: string
SecretId

Response

Successful operation.
Examples
application/json
{ "secretId": "1c168228-23b9-4176-b6c7-8ce317919c6f", "secretGroupId": "756f3961-b1ac-44f0-ab26-c478f8876083", "certificateId": "96bd42fd-fd1e-47b3-94bd-2b457d04ece3" }

Get Organizations By Organizationid Environments By Environmentid Partners By Partnerid Sequences getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridSequences

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all sequences

Path Parameters

environmentId *: string
partnerId *: string

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Partners By Partnerid Sequences createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnersByPartneridSequences

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new sequence

Path Parameters

environmentId *: string
partnerId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partnerprofiles getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnerprofiles

GET

Try it out

Path Parameters
Query Parameters
Custom Query Parameters
Custom Headers
Get all partnerprofiles

Path Parameters

environmentId *: string

Query Parameters

name: string
Partner Name
thirdPartiesOnly: string
pageSize: integer
excludeIdentifiersCount: string
description: string
Partner Description
page: integer
excludeCounts: string
includeHost: string

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Partnerprofiles createOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnerprofiles

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new partnerprofile

Path Parameters

environmentId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partnerprofiles By Partnerid getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnerprofilesByPartnerid

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get partnerprofiles

Path Parameters

environmentId *: string
partnerId *: string

Response

Successful operation.
Examples
application/json
{}

Patch Organizations By Organizationid Environments By Environmentid Partnerprofiles By Partnerid patchOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnerprofilesByPartnerid

PATCH

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Patches partnerprofile

Path Parameters

environmentId *: string
partnerId *: string

Request Body

json

Response

Successful operation.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Partnerprofiles Host getOrganizationsByOrganizationidEnvironmentsByEnvironmentidPartnerprofilesHost

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get host

Path Parameters

environmentId *: string

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Environments By Environmentid Runtimeupgrades getOrganizationsByOrganizationidEnvironmentsByEnvironmentidRuntimeupgrades

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all runtimeUpgrades

Path Parameters

environmentId *: string

Response

Successful operation.
Examples
application/json
{}

Create Organizations By Organizationid Environments By Environmentid Runtimeupgrades createOrganizationsByOrganizationidEnvironmentsByEnvironmentidRuntimeupgrades

POST

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Create a new runtimeUpgrade

Path Parameters

environmentId *: string

Request Body

json

Response

Resource created successfully.
Examples
application/json
{ "message": "Operation completed successfully." }

Get Organizations By Organizationid Environments By Environmentid Runtimeupgrades By Id getOrganizationsByOrganizationidEnvironmentsByEnvironmentidRuntimeupgradesById

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get runtimeUpgrades

Path Parameters

environmentId *: string
id *: string
The id to identify the target resource.

Response

Successful operation.
Examples
application/json
{}

Get Organizations By Organizationid Runtimefabric getOrganizationsByOrganizationidRuntimefabric

GET

Try it out

Path Parameters
Custom Query Parameters
Custom Headers
Get all runtimefabric

Path Parameters

Response

Successful operation.
Examples
application/json
{}