GET
/api/v1.0/apps/{appId}
curl \
--request GET 'https://openapi.niftypm.com/api/v1.0/apps/{appId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"name": "string",
"logo": "string",
"redirect_urls": "string",
"description": "string",
"scopes": "file",
"created_by": "string",
"created_at": "2025-05-04T09:42:00Z",
"updated_at": "2025-05-04T09:42:00Z"
}