Gets the list of Third Party Account.​
Adds an additional third party account.​
POST
/api/v2/third-party
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
result
Determines the format of repsonse. If not provided the default is id. Can be one of the following values:
- none - no body is returned.
- id - The id of the customer is returend.
- object - The entire object is returned.
Type
string
Request Body​
application/json
{
 Â
 Â
}
Responses​
Gets the given Third Party Account.​
Deleted a third party account.​
DELETE
/api/v2/third-party/{id}
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Id of third party to delete.
Type
Requiredinteger
Format
"int64"Query Parameters
result
Determines the format of repsonse. If not provided the default is id. Can be one of the following values:
- none - no body is returned.
- id - The id of the customer is returend.
- object - The entire object is returned.
Type
string
Responses​
Updates a third party account.​
PATCH
/api/v2/third-party/{id}
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Id of third party to update.
Type
Requiredinteger
Format
"int64"Query Parameters
result
Determines the format of repsonse. If not provided the default is id. Can be one of the following values:
- none - no body is returned.
- id - The id of the customer is returend.
- object - The entire object is returned.
Type
string
Request Body​
application/json
"string"
