Website API

Create a new credentials lead (with errors)

Creates a new credentials lead for General Assembly's enterprise team.

Returns a JSON object of errors if any parameter validations failed.

Parameters

Name Description
name Name
email Email Address
ip_address IP Address
company Company Name
job_title Job Title
phone Phone Number
visitor_id Visitor ID
submission_url The URL where the form was submitted from

Request

Headers

Authorization: [your_auth_token]
Accept: application/json
Content-Type: application/x-www-form-urlencoded

Route

POST /api/v1/website/credentials_leads

Response

Headers

Content-Type: application/json

Status

422

Body