Skip to main content

Effective 10 September 2024, API Documentation can be found on our Equinix Product Documentation site.
The content on this page will not be updated after 1 Oct 2024 and will be inaccessible after 31st Dec 2024.


Marketplace Organizations

This API enables managing Digital Letter of Authorization (LOA) documents.

 

Get Possible Partner Organizations

 GET /diloa/v1/organizations
MethodGET
Endpoint/diloa/v1/organizations
HeadersAuthorization
Path ParametersNot applicable
Query Parametersibx
Body ParametersNot applicable

This API request returns a list of organizations present in the specified IBX data center.

 

To obtain the Access Token, refer to Requesting Access and Refresh tokens under the Getting Access Token section.


Sample curl request

curl -X
GET "https://api.equinix.com/diloa/v1/organizations?ibx=AM11"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHI"

Query parameters

Parameter
Description
ibx string
REQUIRED
IBX data center identifier.
Example: AM11

Sample response

[
{
"orgIds": [
"81918"
],
"name": "Michael Scott Paper Company"
},
{
"orgIds": [
"9769",
"10947",
"11070",
"69273",
"78488"
],
"name": "Dunder Mifflin Inc."
},
{
"orgIds": [
"24254"
],
"name": "Serenity by Jan"
}
]

Response payload body description

Parameter
Description
orgIds array[string]Identifiers of organizations that belong to the same root customer organization.
Example: 7436
name stringName of the organization.
Example: XYZ Inc.