Skip to content

Gets the list of Third Party Account.​

GET
/api/v2/third-party

Gets the list of Third Party Account.

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Playground​

Authorization

Samples​


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
JSON
{
  
"name": "string",
  
"stripeId": "string"
}

Responses​

Playground​

Authorization
Variables
Key
Value
Body

Samples​


Gets the given Third Party Account.​

GET
/api/v2/third-party/{id}

Gets the given Third Party Account.

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

id*

Id of third party to update.

Type
integer
Required
Format
"int64"

Responses​

Playground​

Authorization
Variables
Key
Value

Samples​


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
integer
Required
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​

Playground​

Authorization
Variables
Key
Value

Samples​


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
integer
Required
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
JSON
"string"

Responses​

Playground​

Authorization
Variables
Key
Value
Body

Samples​


Powered by VitePress OpenAPI