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 '{}'{}Creates new partner terms including addresses and payment information. Requires admin privileges.
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 '{}'{}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Partner ID
Terms creation data
The body is of type object.
partner terms created successfully
The response is of type object.
Was this page helpful?