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 3 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 CodeDescriptionSchema
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 content

Security

TypeName
apiKeyKey
  • No labels