v1

latestOpenAPI 3.0.02026-07-2412592575.3 KB
reseller-check

Request a reseller check for a given company

Requires reseller:create scope.

post/reseller-check

Request body

companyRegistrationNumberstring required

The registration number of the company

emailstring email required

The email for the main point of contact for the company

telephonestring

The main contact telephone number for the company

Example request

{
  "companyRegistrationNumber": "12345678",
  "email": "user@example.com",
  "telephone": "123456789"
}

Response

Successful User Response

idstring uuid required

The id of the reseller check

companyRegistrationNumberstring required

The registration number of the company

emailstring email required

The email for the main point of contact for the company

telephonestring

The main contact telephone number for the company

Example response

{
  "id": "c390a94f-2309-4cdf-8d02-b0c5304d9f66",
  "companyRegistrationNumber": "12345678",
  "email": "user@example.com",
  "telephone": "123456789"
}