Create affiliate application

Submit a new affiliate application for a project. This is a public endpoint that does not require authentication.

Rate limited: 10 requests per 60 seconds per user identifier.

The form fields required for the application are defined in the project's form configuration.
Use the GET /v1/projects/{projectId}/affiliate-application-form-config endpoint to retrieve the form fields.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The project ID

Body Params
string
required

The identifier of the applicant (wallet address or email)

string
enum
required

The type of identifier being used for identifying the user.

Allowed:
form_responses
object
required

Form field responses keyed by field id

Responses

400

Bad Request - Form not enabled, configuration not found, or validation failed

409

Conflict - An active application already exists for this user

429

Too Many Requests - Rate limit exceeded

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json