Skip to main content
POST
/
v1
/
companies
/
me
/
partners
/
{id}
/
terms
Create partner terms
curl --request POST \
  --url https://api.seminode.com/v1/v1/companies/me/partners/{id}/terms \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Partner ID

Body

application/json · object

Terms creation data

The body is of type object.

Response

partner terms created successfully

The response is of type object.