Description
Verifies that a certain foreign server account exists, is active and can be used in transactions.
HTTP Method | URI Scheme |
---|---|
GET | /server/foreign-server-account/{serverAccountId}/verify |
Parameters
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Path | serverAccountId | The global ID of the server account that is to be verified. | Required | string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | The specified server account was verified, that is, it is active and can be used in transactions. | No content |
400 | Verification 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
Type | Name |
---|---|
apiKey | Key |