V2 (Preview)
cURL
curl --request GET \ --url https://api.village.do/v2/app \ --header 'Authorization: Bearer <token>'
{ "data": { "title": "My App", "description": "A description of my app", "domain_name": "myapp.example.com", "logo": "https://example.com/logo.png", "public_key": "pk_abc123", "is_active": true }, "metadata": { "request_id": "<string>" } }
Returns the partner application information for the authenticated token.
JWT token obtained from authentication endpoint
App information retrieved successfully
Partner application information
Show child attributes
Was this page helpful?