Skip to main content

List of Partners

This endpoint retrieves the list of all partner accounts available on the platform.

It provides details for each partner, including their unique identifiers (UIDs), names, and other relevant attributes.

You can use this information to filter or associate data with specific partners across other API endpoints.

Endpoint

MethodURL
GEThttps://ws.catappult.io/api/partners

Authentication

To access this API, you need to have an active account subscription on Aptoide Connect and authenticate with an API key (check here how to generate one).

⚠️
Account type required

The list of partners can only be retrieved by accounts of type Developer.

Headers

HeaderTypeRequiredDescription
Api-KeystringRequiredUsed to authenticate your API requests. The value is your Aptoide Connect API key.

Response

Success

If the API call returns an HTTP 200 status code, the request was successful and it returns a JSON array containing all partner accounts available on the platform.

Example Response

[
{
"displayName": "Aptoide",
"name": "Aptoide",
"uid": ""
}
]