Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Description

Verifies that a certain foreign server account exists, is active and can be used in transactions.

HTTP methodURI scheme
GET/server/foreign-server-account/{serverAccountId}/verify

Parameters

TypeNameDescriptionQualificationSchema
Path

serverAccountId

The global ID of the server account that is to be verified.

Required

String

Responses

HTTP codeCommon messageDescriptionSchema
200

The specified server account was verified, that is, it is active and can be used in transactions.

No content

400The application with the specified key could not be found
String
Unknown error
String
Input not valid: The input: '<%1>' is not valid for an ID of the type: ServerAccountId.<%1> is the invalid server account ID that was in the Verify foreign server account request.String
The specified server account ID does not refer to an existing server account.Returned if an ID of something else is specified, such as an internal role account.String

Security

TypeName
apiKeyKey
  • No labels