Skip to main content
POST
Register The Procurement User

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json
email
string<email>
required
Maximum string length: 320
firstName
string
required

Latin letters, spaces, hyphens, apostrophes and periods only

Maximum string length: 128
lastName
string
required

Latin letters, spaces, hyphens, apostrophes and periods only

Maximum string length: 128
company
string
required

Latin letters, digits, spaces and common punctuation only

Maximum string length: 128
country
string
required

Two-letter ISO 3166-1 alpha-2 code, e.g. US

Required string length: 2
state
string
required
Maximum string length: 128
city
string
required

Latin letters, digits, spaces, hyphens, apostrophes and periods only

Maximum string length: 128
addressLineOne
string
required

Latin letters, digits, spaces and common punctuation only

Maximum string length: 128
postalCode
string
required

Latin letters, digits, spaces and hyphens only

Maximum string length: 32
phoneCc
string
required

Country calling code, 1 to 3 digits, without the plus sign, e.g. 1

Maximum string length: 3
phone
string
required

Digits, spaces, hyphens and parentheses only

Maximum string length: 32
languagePreference
string
required

ISO 639-1 language code, e.g. en

Maximum string length: 2
addressLineTwo
string

Latin letters, digits, spaces and common punctuation only

Maximum string length: 128
addressLineThree
string

Latin letters, digits, spaces and common punctuation only

Maximum string length: 128

Response

Contact registered. The response body is empty.