跳转到内容

Fetch localized public metadata about an application.

POST
/info
curl --request POST \
--url https://connect-api.sudomimus.com/info \
--header 'Content-Type: application/json' \
--data '{ "applicationAnchor": "example", "locale": "example" }'
Media typeapplication/json
object
applicationAnchor
required
string
locale
required

IETF BCP 47 locale tag (e.g. “en-US”). Falls back to the application’s default locale if not available.

string
Examplegenerated
{
"applicationAnchor": "example",
"locale": "example"
}

Application metadata.

Media typeapplication/json
object
applicationAnchor
required
string
applicationName
required

Localized application display name.

string
Examplegenerated
{
"applicationAnchor": "example",
"applicationName": "example"
}

Error response.

Media typeapplication/json

Error response body. Known failures may include a stable reason. Some failures are status-only and have an empty body. A missing, malformed, or structurally invalid JSON body returns InvalidBody.

object
reason

Stable machine-readable reason code.

string
Examplegenerated
{
"reason": "example"
}