Public App's details.
Last updated 4 months ago
Was this helpful?
Retrieves information about a specific merchant application. This includes app name, description, and URLs.
Application ID
API version, must be 1
1
Represents a merchant application
GET /app/{id} HTTP/1.1 Host: api.simplepay.ai Accept: */*
Application information successfully retrieved
{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "description": "text", "slug": "text", "image": "https://example.com", "url": "https://example.com" }