Get App Info
Public App's details.
Retrieves information about a specific merchant application. This includes app name, description, and URLs.
Path parameters
idstring · uuidRequired
Application ID
Query parameters
vinteger · enumRequiredPossible values:
API version, must be 1
Responses
200
Application information successfully retrieved
application/json
401
Unauthorized - Invalid or missing authentication token
404
Application not found
get
GET /app/{id} HTTP/1.1
Host: api.simplepay.ai
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"slug": "text",
"image": "https://example.com",
"url": "https://example.com"
}
Last updated
Was this helpful?