...
Verifies that a certain foreign server account exists, is active and can be used in transactions.
HTTP Methodmethod | URI Schemescheme |
---|---|
GET | /server/foreign-server-account/{serverAccountId}/verify |
...
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Path | serverAccountId | The global ID of the server account that is to be verified. | Required | string |
Responses
HTTP Codecode | Common message | 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 contentThe application with the specified key could not be found | string | |
400 | Unknown error | No content? | ||
400 | Input 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
Type | Name |
---|---|
apiKey | Key |
...