Skip to main content
POST
/
payment
/
deepstart
/
application
Deepstart Apply
curl --request POST \
  --url https://api.example.com/payment/deepstart/application \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "company": "<string>",
  "ceo": "<string>",
  "funding": "<string>",
  "founded_on": "<string>",
  "website": "<string>",
  "id": "<string>",
  "uid": "<string>",
  "created_at": 123,
  "status": "pending",
  "deal": "<string>"
}
'
{
  "company": "<string>",
  "ceo": "<string>",
  "funding": "<string>",
  "founded_on": "<string>",
  "website": "<string>",
  "id": "<string>",
  "uid": "<string>",
  "created_at": 123,
  "status": "pending",
  "deal": "<string>",
  "email": "<string>"
}

Authorizations

Authorization
string
header
required

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

Cookies

session
String

Body

application/json
company
string
required
ceo
string
required
funding
string
required
founded_on
string
required
website
string
required
id
string
uid
string | null
created_at
integer
status
string
default:pending
deal
string | null

Response

Successful Response

company
string
required
ceo
string
required
funding
string
required
founded_on
string
required
website
string
required
id
string
uid
string | null
created_at
integer
status
string
default:pending
deal
string | null
email
string | null