Skip to main content
GET
/
partner
/
applications
/
{app_id}
Get Application Status
curl --request GET \
  --url https://api.meow.com/v1/partner/applications/{app_id} \
  --header 'x-api-key: <api-key>'
{
  "application_id": "<string>",
  "business_name": "<string>",
  "partner_reference_id": "<string>",
  "onboarding_url": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>",
  "documents": [
    {
      "file_name": "<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

Path Parameters

app_id
string
required

Response

Successful Response

application_id
string
required

Unique application identifier

status
enum<string>
required

Current status of the application

Available options:
pending_document_upload,
pending_user_action,
submitted,
under_review,
approved,
rejected
business_name
string | null
required

Legal business name

partner_reference_id
string | null
required

Partner's reference ID

onboarding_url
string
required

URL for the user to complete onboarding

created_at
string
required

ISO 8601 timestamp of when the application was created

updated_at
string
required

ISO 8601 timestamp of when the application was last updated

documents
PartnerDocumentStatus · object[]
required

Documents uploaded for this application