On this page
Requesting App information
Last updated on
30 April 2025
Description
This route returns information about the App which was referenced as App ID by the API request.
Schema
{
"description":"Object of App information",
"type":"object",
"additionalProperties": false,
"properties":{
"appId":{
"description":"The App ID of the used App",
"type":"string",
"required":true
},
"name":{
"description":"Human readable name of the App",
"type":"string",
"required":true
},
"description":{
"description":"Description of the App",
"type":"string",
"required":true
}
}
}GET /
Example result:
{
appId: "118045195027156",
name: "My blog",
description: "App used for my drupal blog"
}Help improve this page
Page status: Not set
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion
SocialHub Publisher API