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 | 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 | The application with the specified key could not be found | string | |
Unknown error | string | ||
Input not valid: The input: '%' is not valid for an ID of the type: ServerAccountId. | % is the invalid server account ID included in the Verify foreign server account request. | string |
Security
Type | Name |
---|---|
apiKey | Key |