Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

HTTP MethodmethodURI Schemescheme
GET/server/foreign-server-account/{serverAccountId}/verify

...

TypeNameDescriptionQualificationSchema
Path

serverAccountId

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

Required

string

Responses

HTTP CodecodeCommon messageDescriptionSchema
200

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

No content

400Verification failed. The reason could be, for instance, that the server account does not exist or is not active. See error response for details.No contentThe application with the specified key could not be found
string
400Unknown error
No content?
400Input not valid: The input: '%' is not valid for an ID of the type: ServerAccountId.% is replaced with an invalid server account ID mentioned in Verify foreign server account.string

Security

TypeName
apiKeyKey

...