Skip to main content
GET
/
partner
/
applications
List Applications
curl --request GET \
  --url https://api.meow.com/v1/partner/applications \
  --header 'x-api-key: <api-key>'
{
  "applications": [
    {
      "application_id": "<string>",
      "business_name": "<string>",
      "partner_reference_id": "<string>",
      "onboarding_url": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.meow.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Query Parameters

limit
integer
default:50

Maximum number of results to return

Required range: 1 <= x <= 200
offset
integer
default:0

Number of results to skip

Required range: x >= 0

Response

Successful Response

applications
PartnerApplicationResponse · object[]
required

List of partner applications