Skip to main content
POST
Create a provider registration challenge

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
offerId
string
required
Pattern: ^0x[0-9a-fA-F]{64}$
endpointUrl
string<uri>
required
nonce
string
required
expiresAt
integer
required

Unix timestamp no more than 15 minutes in the future.

Response

EIP-712 typed data for the offer operator to sign.

The response is of type object.