Offers
Creates an offer
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Body
application/json
Date of creation
Example:
"2021-01-01T01:01:01.000Z"
Value to pass through to the provider
Example:
{ "other_known_names": "John Doe" }
Was this page helpful?