Get App Info

Public App's details.


Get App Info

get

Retrieves information about a specific merchant application. This includes app name, description, and URLs.

Path parameters
idstring · uuidRequired

Application ID

Query parameters
vinteger · enumRequired

API version, must be 1

Possible values:
Responses
200
Application information successfully retrieved
application/json
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?