code-simpleIssuer API

Below is our API that is available to Issuers with an active Issuer account and their Offering's API key. Our production base URL is: http://api.issuance.com/ Our development base URL is: http://django-dev.issuance-dev.com/

get

API endpoint displaying Investments.

Authorizations
AuthorizationstringRequired

Api Key permission with required prefix "Api-Key"

Query parameters
amountnumberOptional
amount__gtnumberOptional
amount__gtenumberOptional
amount__innumber[]Optional

Multiple values may be separated by commas.

amount__ltnumberOptional
amount__ltenumberOptional
created_atstring · date-timeOptional
created_at__date__gtestring · dateOptional
created_at__date__ltestring · dateOptional
created_at__gtestring · date-timeOptional
created_at__instring · date-time[]Optional

Multiple values may be separated by commas.

created_at__ltestring · date-timeOptional
idintegerOptional
id__ininteger[]Optional

Multiple values may be separated by commas.

investmentapproval__is_approvedbooleanOptional
investmentapproval__is_approved__inboolean[]Optional

Multiple values may be separated by commas.

investorintegerOptional
investor__entityintegerOptional
investor__entity__emailstringOptional
investor__entity__email__instring[]Optional

Multiple values may be separated by commas.

investor__entity__isnullbooleanOptional
investor__entity__kyc_statusstring · enumOptional
  • unverified - Unverified
  • processing - Processing
  • passed - Passed
  • failed - Failed
Possible values:
investor__entity__kyc_status__instring[]Optional

Multiple values may be separated by commas.

investor__ininteger[]Optional

Multiple values may be separated by commas.

investor__typestring · enumOptional
  • person - Person
  • company - Company
  • trust - Trust
  • trust_ira - Trust Ira
Possible values:
investor__type__instring[]Optional

Multiple values may be separated by commas.

investor__userintegerOptional
investor__user__emailstringOptional
investor__user__email__instring[]Optional

Multiple values may be separated by commas.

investor__user__entity__entityperson__first_namestringOptional
investor__user__entity__entityperson__first_name__instring[]Optional

Multiple values may be separated by commas.

investor__user__entity__entityperson__last_namestringOptional
investor__user__entity__entityperson__last_name__instring[]Optional

Multiple values may be separated by commas.

investor__user__ininteger[]Optional

Multiple values may be separated by commas.

offeringintegerOptional
offering__ininteger[]Optional

Multiple values may be separated by commas.

offering__namestringOptional
offering__name__instring[]Optional

Multiple values may be separated by commas.

offering__slugstringOptional
offering__slug__instring[]Optional

Multiple values may be separated by commas.

orderingstringOptional

Which field to use when ordering the results.

pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

payment_methodstringOptional
payment_method__instring[]Optional

Multiple values may be separated by commas.

processed_atstring · date-timeOptional
processed_at__date__gtestring · dateOptional
processed_at__date__ltestring · dateOptional
processed_at__gtestring · date-timeOptional
processed_at__instring · date-time[]Optional

Multiple values may be separated by commas.

processed_at__isnullbooleanOptional
processed_at__ltestring · date-timeOptional
processing_issue_statusesstringOptional
processing_issue_statuses__containsstringOptional
processing_issue_statuses__instring[]Optional

Multiple values may be separated by commas.

processing_issue_statuses__startswithstringOptional
quantityintegerOptional
quantity__ininteger[]Optional

Multiple values may be separated by commas.

reference_idstringOptional
reference_id__instring[]Optional

Multiple values may be separated by commas.

requested_payment_methodstring · enumOptional
  • card - Card
  • wire - Wire
  • ira - IRA
  • other - ACH
  • crypto - Crypto
Possible values:
requested_payment_method__instring[]Optional

Multiple values may be separated by commas.

searchstringOptional

A search term.

shares_amountnumberOptional
shares_amount__gtnumberOptional
shares_amount__gtenumberOptional
shares_amount__innumber[]Optional

Multiple values may be separated by commas.

shares_amount__ltnumberOptional
shares_amount__ltenumberOptional
statusstring · enumOptional
  • started - Started
  • not_received - Not Received
  • payment_failed - Payment Failed
  • received - Received
  • cancelled - Cancelled
  • refunded - Refunded
  • invested - Invested
  • approved - Approved
  • not_approved - Not Approved
  • accepted - Accepted
  • accepted_escrow_closed - Accepted Escrow Closed
Possible values:
status__instring[]Optional

Multiple values may be separated by commas.

updated_atstring · date-timeOptional
updated_at__date__gtestring · dateOptional
updated_at__date__ltestring · dateOptional
updated_at__gtestring · date-timeOptional
updated_at__instring · date-time[]Optional

Multiple values may be separated by commas.

updated_at__ltestring · date-timeOptional
watchlistentity__has_hitsbooleanOptional
watchlistentity__has_hits__inboolean[]Optional

Multiple values may be separated by commas.

Responses
chevron-right
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=4
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=2
get
/api/investments/
200Success
get

API endpoint displaying Investments.

Authorizations
AuthorizationstringRequired

Api Key permission with required prefix "Api-Key"

Path parameters
idintegerRequired

A unique integer value identifying this investment.

Responses
chevron-right
200Success
application/json
idintegerRead-onlyRequired
quantityintegerRead-onlyRequired
pricestring · decimalRead-onlyRequiredPattern: ^-?\d{0,8}(?:\.\d{0,6})?$
price_feesstring · decimalRead-onlyRequiredPattern: ^-?\d{0,12}(?:\.\d{0,2})?$
price_payment_processing_feesstring · decimalRead-onlyRequiredPattern: ^-?\d{0,12}(?:\.\d{0,2})?$
amountstring · decimalRead-onlyRequiredPattern: ^-?\d{0,12}(?:\.\d{0,2})?$
statusstring · enumRequired
  • started - Started
  • not_received - Not Received
  • payment_failed - Payment Failed
  • received - Received
  • cancelled - Cancelled
  • refunded - Refunded
  • invested - Invested
  • approved - Approved
  • not_approved - Not Approved
  • accepted - Accepted
  • accepted_escrow_closed - Accepted Escrow Closed
Possible values:
payment_intent_idstringRead-onlyRequired

Payment processor payment intent ID.

offeringintegerRequired
reference_idstringRead-onlyRequired
investor_individual_namestringRead-onlyRequired

Return the investor individual name.

payment_methodstringRead-onlyRequired

Payment method cleaned up.

updated_atstring · date-timeRead-onlyRequired
has_investor_signedbooleanRead-onlyRequired

Return True if the investor has signed.

accredited_investorboolean · nullableRead-onlyRequired

Whether the investor was accredited at the time of investment.

net_worthstring · decimal · nullableRead-onlyRequired

Net worth of the investor at the time of investment

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
annual_incomestring · decimal · nullableRead-onlyRequired

Annual Income of the investor at the time of investment

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
us_personboolean · nullableRead-onlyRequired

US Person status at the time of investment.

exempt_from_backup_withholdingboolean · nullableRead-onlyRequired

Whether the investor was exempt from backup withholding at the time of investment

amount_invested_in_reg_cf_offering_this_yearstring · decimal · nullableRead-onlyRequired

We are required to collect this information by regulation CF.

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
user_browser_typestringRead-onlyRequired

Investor's browser type at the time of investment.

accredited_investor_typeone of · nullableRead-onlyRequired

Are you an "accredited" investor (meaning do you earn over $200,000 per year, have a net worth of $1m or more, or are an institutional investor)?

  • net_worth - I have an individual net worth, or joint net worth with my spouse, that exceeds $1 million including any IRA's, 401K's and other retirement accounts, but excluding the net value of my primary residence.
  • income - I am an individual with income of over $200,000 in each of the last two years, or joint income with my spouse exceeding $300,000 in those years, and I reasonably expect at least the same this year.
  • license - I am an individual with certifications or credentials issued by an accredited educational institution including, but not limited to, order holders in good standing of the FINRA Series 7, Series 65 and Series 82 licenses.
  • fund_assets - I am investing on behalf of a fund that has over $5,000,000 in assets.
  • fund_owners - I am investing on behalf of a fund and all owners are individually accredited investors.
string · enumOptional
  • net_worth - I have an individual net worth, or joint net worth with my spouse, that exceeds $1 million including any IRA's, 401K's and other retirement accounts, but excluding the net value of my primary residence.
  • income - I am an individual with income of over $200,000 in each of the last two years, or joint income with my spouse exceeding $300,000 in those years, and I reasonably expect at least the same this year.
  • license - I am an individual with certifications or credentials issued by an accredited educational institution including, but not limited to, order holders in good standing of the FINRA Series 7, Series 65 and Series 82 licenses.
  • fund_assets - I am investing on behalf of a fund that has over $5,000,000 in assets.
  • fund_owners - I am investing on behalf of a fund and all owners are individually accredited investors.
Possible values:
or
undefined · enumOptionalPossible values:
processed_atstring · date-time · nullableRead-onlyRequired
received_atstring · date-time · nullableRead-onlyRequired
refunded_atstring · date-time · nullableRead-onlyRequired
investor_verify_process_statusone ofRequiredDeprecated
string · enumOptional
  • missing_investor_entity - Missing Investor Entity
  • invalid_individual_tax_id_number - Invalid Individual Tax Id Number
  • invalid_entity_tax_id_number - Invalid Entity Tax Id Number
  • country_not_allowed - Country Not Allowed
  • missing_investor_signature - Missing Investor Signature
  • pending_ai - Pending Ai
  • missing_individual_investor_entity - Missing Individual Investor Entity
  • watchlist_processing - Watchlist Processing
  • watchlist_hits - Watchlist Hits
  • kyc_country_not_managed_by_trulioo - Kyc Country Not Managed By Trulioo
  • kyc_unverified - Kyc Unverified
  • kyc_failed - Kyc Failed
  • kyc_processing - Kyc Processing
  • kyb_country_not_managed_by_trulioo - Kyb Country Not Managed By Trulioo
  • kyb_unverified - Kyb Unverified
  • kyb_processing - Kyb Processing
  • kyb_failed - Kyb Failed
  • disallowed_us_state - Disallowed Us State
  • upload_id_required - Upload Id Required
  • upload_kyb_document_required - Upload Kyb Document Required
  • over_invested_investment - Over Invested Investment
  • over_invested_offering - Over Invested Offering
  • ira_payment_processing - Ira Payment Processing
  • custodial_account_not_approved - Custodial Account Not Approved
  • missing_offering_document_upload - Missing Offering Document Upload
  • offering_document_upload_to_review - Offering Document Upload To Review
  • beneficial_owners_missing - Beneficial Owners Missing
  • beneficial_owners_watchlist_processing - Beneficial Owners Watchlist Processing
  • beneficial_owners_watchlist_hits - Beneficial Owners Watchlist Hits
  • beneficial_owners_upload_id_required - Beneficial Owners Upload Id Required
Possible values:
or
undefined · enumOptionalPossible values:
bonus_sharesinteger · nullableRead-onlyRequired

The number of bonus shares for the investment

processing_issue_statusesstringRead-onlyRequired

All clearing failure statuses as a comma-separated list

shares_amountstring · decimalRead-onlyRequiredPattern: ^-?\d{0,12}(?:\.\d{0,2})?$
bonus_shares_codestring · nullableRead-onlyRequired

The coupon code for extra bonus shares

bonus_shares_percentage_tierstring · decimal · nullableRead-onlyRequired

The Percentage applied to compute the bonus shares

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
bonus_shares_quantity_tierstring · decimal · nullableRead-onlyRequired

The quantity non-percent part applied to compute the bonus shares

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
quantity_qualified_sharesinteger · nullableRead-onlyRequired

The number of qualified shares if any

price_qualified_sharesstring · decimal · nullableRead-onlyRequired

The price for the qualified shares if any

Pattern: ^-?\d{0,8}(?:\.\d{0,6})?$
invested_atstring · date-time · nullableRead-onlyRequired
get
/api/investments/{id}/
200Success
get

Return the investment statuses.

Example response: { "success": true, "message": "", "data": { "statuses": [ { "value": "received", "label": "Received", } ] } }

Authorizations
AuthorizationstringRequired

Api Key permission with required prefix "Api-Key"

Responses
chevron-right
200Success
application/json
successbooleanRequired
messagestringRequired
get
/api/investments/statuses/
200Success
get

Return an investment summary for the provided filters.

Authorizations
AuthorizationstringOptional

Token-based authentication using Firebase ID Token

Responses
chevron-right
200Success
application/json
get
/api/investments/summary/
200Success
get

List all the values of the provided fields.

Query Parameters: field: the comma-separated list of fields to query.

Authorizations
AuthorizationstringRequired

Api Key permission with required prefix "Api-Key"

Query parameters
Responses
chevron-right
200Success
application/json
successbooleanRequired
messagestringRequired
get
/api/investments/values/
200Success
get

Management of Investors.

Authorizations
AuthorizationstringRequired

Token-based authentication using Firebase ID Token

Query parameters
idintegerOptional
id__ininteger[]Optional

Multiple values may be separated by commas.

orderingstringOptional

Which field to use when ordering the results.

pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

searchstringOptional

A search term.

typestring · enumOptional
  • person - Person
  • company - Company
  • trust - Trust
  • trust_ira - Trust Ira
Possible values:
type__instring[]Optional

Multiple values may be separated by commas.

userintegerOptional
user__ininteger[]Optional

Multiple values may be separated by commas.

user__thirdpartyissueruser__emailstringOptional
user__thirdpartyissueruser__email__instring[]Optional

Multiple values may be separated by commas.

Responses
chevron-right
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=4
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=2
get
/api/investors/
200Success
get

Management of Investors.

Authorizations
AuthorizationstringRequired

Token-based authentication using Firebase ID Token

Path parameters
idintegerRequired

A unique integer value identifying this investor.

Responses
chevron-right
200Success
application/json
or
or
or
get
/api/investors/{id}/
200Success
get

List all the values of the provided fields.

Query Parameters: field: the comma-separated list of fields to query.

Authorizations
AuthorizationstringRequired

Token-based authentication using Firebase ID Token

Query parameters
Responses
chevron-right
200Success
application/json
successbooleanRequired
messagestringRequired
get
/api/investors/values/
200Success
get

Management of Offerings.

Authorizations
AuthorizationstringRequired

Api Key permission with required prefix "Api-Key"

Query parameters
archivedbooleanOptional
archived__inboolean[]Optional

Multiple values may be separated by commas.

idintegerOptional
id__ininteger[]Optional

Multiple values may be separated by commas.

issuerintegerOptional
issuer__archivedbooleanOptional
issuer__archived__inboolean[]Optional

Multiple values may be separated by commas.

issuer__ininteger[]Optional

Multiple values may be separated by commas.

namestringOptional
name__containsstringOptional
name__instring[]Optional

Multiple values may be separated by commas.

opened_atstring · date-timeOptional
opened_at__instring · date-time[]Optional

Multiple values may be separated by commas.

orderingstringOptional

Which field to use when ordering the results.

pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

searchstringOptional

A search term.

slugstringOptional
slug__containsstringOptional
slug__instring[]Optional

Multiple values may be separated by commas.

statusstring · enumOptional
  • incomplete - Imcomplete
  • pending - Pending
  • opened - Opened
  • closed - Closed
  • paused - Paused
Possible values:
status__containsstringOptional
status__instring[]Optional

Multiple values may be separated by commas.

typestring · enumOptional
  • reg_a - Regulation A
  • reg_d_506b - Regulation D 506(b)
  • reg_d_506c - Regulation D 506(c)
  • reg_s - Regulation S
  • reg_cf - Regulation Crowdfunding
  • test_the_waters - Test The Waters
Possible values:
type__containsstringOptional
type__instring[]Optional

Multiple values may be separated by commas.

Responses
chevron-right
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=4
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=2
get
/api/offerings/
200Success
get

Management of Offerings.

Authorizations
AuthorizationstringRequired

Api Key permission with required prefix "Api-Key"

Path parameters
idintegerRequired

A unique integer value identifying this offering.

Responses
chevron-right
200Success
application/json

We add the serializer for issuer in regular read-only views.

idintegerRead-onlyRequired
issuerintegerRead-onlyRequired
namestringRead-onlyRequired
typestring · enumRequired
  • reg_a - Regulation A
  • reg_d_506b - Regulation D 506(b)
  • reg_d_506c - Regulation D 506(c)
  • reg_s - Regulation S
  • reg_cf - Regulation Crowdfunding
  • test_the_waters - Test The Waters
Possible values:
statusstring · enumRequired
  • incomplete - Imcomplete
  • pending - Pending
  • opened - Opened
  • closed - Closed
  • paused - Paused
Possible values:
descriptionstringRead-onlyRequired

[Optional]

security_typestringRead-onlyRequired

Type of securities (Class A Shares, Class B Non-Voting, etc.)

share_or_unitstring · enumRequired
  • Shares - Share
  • Units - Unit
Possible values:
share_or_unit_detailsstringRead-onlyRequired

Unit details (a "unit" may be 1 share and 1/2 of a warrant to purchase later shares bundled together)

warrant_per_unitinteger · nullableRead-onlyRequired

The number of warrant per unit (if applicable)

warrant_expiration_date_delta_yearinteger · nullableRead-onlyRequired

The number of year from the issuer signature date to the expiration of the warrant. Business days are NOT taken into consideration. On February 29, if the delta in year is not 4 years we use the preceding non-business-day convention (February 28)

warrant_expiration_date_delta_monthinteger · nullableRead-onlyRequired

The number of month from the issuer signature date to the expiration of the warrant. Business days are NOT taken into consideration. We use the preceding non-business-day convention for 29-30-31 days when there is an ambiguity

dollar_amount_investmentbooleanRead-onlyRequired

Whether the investor is investing dollar amount or share quantity

unit_pricestring · decimalRead-onlyRequired

The price per share or unit

Pattern: ^-?\d{0,8}(?:\.\d{0,6})?$
administrative_feesstring · decimalRead-onlyRequired

Flat fee per investment, paid to issuance. Contact support to change.

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
administrative_fees_paid_by_investorbooleanRead-onlyRequired

Whether the investor is paying the Administrative Fee. If unchecked, the fee is collected before transfer to the issuer

number_of_sharesinteger · nullableRead-onlyRequired

[Optional] The number of share or unit in the offering

max_investment_amountstring · decimal · nullableRead-onlyRequired

[Optional] The maximum currency amount that can be invested in a single investment

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
min_investment_amountstring · decimalRead-onlyRequired

[Optional] The minimum currency amount that can be invested by a single investor

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
investment_increment_amountstring · decimal · nullableRead-onlyRequired

[Optional] The currency amount increment

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
minimum_wire_transfer_amountstring · decimalRead-onlyRequired

The minimum investment amount for the investor to be able to make a wire transfer

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
contact_namestringRead-onlyRequired
contact_titlestringRead-onlyRequired
contact_phonestringRead-onlyRequired
contact_emailstring · emailRead-onlyRequired
accredited_investorsbooleanRead-onlyRequired

Check to allow accredited investors

non_accredited_investorsbooleanRead-onlyRequired

Check to allow non-accredited investors

slugstringRead-onlyRequiredPattern: ^[-a-zA-Z0-9_]+$
logostring · uri · nullableRead-onlyRequired
faviconstring · uri · nullableRead-onlyRequired
circular_linkstringRead-onlyRequired
circular_filestring · uri · nullableRead-onlyRequired
circular_typestring · enumRequired
  • offering_circular - Offering Circular
  • subscription_agreement - Subscription Agreeement
  • private_placement_memorandum - Private Placement Memorandum
  • form_c - Form C
Possible values:
display_circularbooleanRead-onlyRequired

Whether to display the circular link/document

displayed_number_of_sharesanyRead-onlyRequired

Default Number of shares displayed to make a transaction

signing_full_namestringRead-onlyRequired

Signature name

signing_titlestringRead-onlyRequired
signing_emailstringRead-onlyRequired
support_emailstring · emailRead-onlyRequired
support_phonestringRead-onlyRequired
daily_summary_emailsbooleanRead-onlyRequired

Select to opt-in for daily summary emails

daily_summary_recipientsstringRead-onlyRequired

List of daily summary email recipients

weekly_summary_emailsbooleanRead-onlyRequired

Select to opt-in for weekly summary emails

weekly_summary_recipientsstringRead-onlyRequired

List of weekly summary email recipients

wire_email_reminder_periodintegerRead-onlyRequired

period (in days) for wire payment reminders.

wire_email_reminder_max_sentintegerRead-onlyRequired

Max number of emails sent for wire payment reminder.

investment_email_reminder_periodintegerRead-onlyRequired

period (in days) for investment reminders.

investment_email_reminder_max_sentintegerRead-onlyRequired

Max number of emails sent for investment reminder.

messaging_consent_textstringRead-onlyRequired

Text displayed for sms/email opt-in.

email_sender_namestringRead-onlyRequired

Default name used as sender for offering emails.

default_timezonestring · enumRequired
  • US/Pacific - Us Pacific
  • US/Central - Us Central
  • US/Eastern - Us Eastern
  • UTC - Utc
Possible values:
segment_dataset_idstringRead-onlyRequired

The Segment Dataset id for the calls.

auto_approve_investmentsbooleanRead-onlyRequired

Enabling automatic approval of investments will approve by the broker-dealer any investment that has no watchlist hits. This be functionally the same as manually approving the investment. By clicking "I am sure" you agree to approve any investments approved by the automated system.

auto_accept_investmentsbooleanRead-onlyRequired

Enabling automatic accepting of investments will accept any investment that meets your criteria once the trade review is completed by your broker-dealer. This will counter-sign the subscription agreement and be functionally the same as manually accepting the investment. By clicking "I am sure" you agree to honor any investments accepted by the automated system.

auto_accept_max_amountstring · decimal · nullableRead-onlyRequired

[Optional] Maximum amount allowed to auto-accept investment.

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
auto_accept_min_amountstring · decimal · nullableRead-onlyRequired

[Optional] Minimum amount allowed to auto-accept investment.

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
email_investment_started_high_valuebooleanRead-onlyRequired

Whether a difference email template is used to send an 'investment started' email for investments above a investment threshold (configurable)

email_investment_started_thresholdstring · decimalRead-onlyRequired

Minimum Amount to send a high value investment started email

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
enable_test_the_watersbooleanRead-onlyRequired

Whether to enable the 'test the waters' feature or not

displayed_test_the_waters_amountsanyRead-onlyRequired

Default Amounts displayed for future test the water offerings.

accent_colorstringRead-onlyRequired

Accent color for the offering website.

background_accent_colorstringRead-onlyRequired

background Accent color for the offering website.

activity_accent_colorstringRead-onlyRequired

Accent color of activty elements for the offering website.

per_investment_summary_emailsbooleanRead-onlyRequired

Select to opt-in for per-investment summary emails

per_investment_summary_recipientsstringRead-onlyRequired

List of per-investment summary email recipients

user_sent_max_monitoring_emailsbooleanRead-onlyRequired

Select to opt-in for emails when users received the maximum number of emails for a given event

user_sent_max_monitoring_recipientsstringRead-onlyRequired

List of recipients for the max monitoring email event

other_platform_investment_noticebooleanRead-onlyRequired

Other platform investment notice (front-end field)

other_platform_investment_notice_textstringRead-onlyRequired

Other platform investment notice Text (front-end field)

investor_phone_number_requiredbooleanRead-onlyRequired

Whether the investor must provide a phone number when investing

minimum_amount_raisedstring · decimal · nullableRead-onlyRequired

Regulatory Reg CF Minimum amount to raise before funds are collected from escrow. This is the filing Target Amount Raised.

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
reg_cf_amount_raised_tierstring · decimal · nullableRead-onlyRequired

The Offering Maximum amount raised for a Reg CF Offering.

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
maximum_amount_raisedstring · decimal · nullableRead-onlyRequired

The Offering Target amount raised for a Reg CF Offering.

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
reg_cf_oversubscriptionstring · decimal · nullableRead-onlyRequired

The Reg CF oversubscription Amount.

Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$
reg_cf_fee_percentagestring · decimal · nullableRead-onlyRequired

The percentage of transfers to charge as reg CF fees.

Pattern: ^-?\d{0,10}(?:\.\d{0,4})?$
archivedbooleanRead-onlyRequired

Whether the Offering is archived - display only, everything else works as usual

display_logo_during_investmentone of · nullableRead-onlyRequired

The alignment of the logo during the investment flow

  • center - Center
  • left - Left
  • right - Right
  • justify - Justify
string · enumOptional
  • center - Center
  • left - Left
  • right - Right
  • justify - Justify
Possible values:
or
undefined · enumOptionalPossible values:
display_logo_on_dashboardbooleanRead-onlyRequired

Whether to display the offering logo on the dashboard

deadline_datestring · date · nullableRead-onlyRequired

Deadline to reach the minimum offering amount

created_atstring · date-timeRead-onlyRequired
opened_atstring · date-time · nullableRead-onlyRequired
get
/api/offerings/{id}/
200Success
get

Management of users.

Authorizations
AuthorizationstringRequired

Token-based authentication using Firebase ID Token

Query parameters
idintegerOptional
id__ininteger[]Optional

Multiple values may be separated by commas.

orderingstringOptional

Which field to use when ordering the results.

pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

searchstringOptional

A search term.

thirdpartyissueruser__emailstringOptional
thirdpartyissueruser__email__instring[]Optional

Multiple values may be separated by commas.

Responses
chevron-right
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=4
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=2
get
/api/users/
200Success
post

Management of users.

Authorizations
AuthorizationstringRequired

Token-based authentication using Firebase ID Token

Body

Management of User Creation.

idintegerRead-onlyRequired
emailstring · email · max: 255Required
passwordstringWrite-onlyRequired

Password Write-only attribute.

Responses
post
/api/users/
201Success
get

Management of users.

Authorizations
AuthorizationstringRequired

Token-based authentication using Firebase ID Token

Path parameters
idintegerRequired

A unique integer value identifying this user.

Responses
chevron-right
200Success
application/json

Management of User Creation.

idintegerRead-onlyRequired
emailstring · email · max: 255Required
passwordstringWrite-onlyRequired

Password Write-only attribute.

get
/api/users/{id}/
200Success
patch

Management of users.

Authorizations
AuthorizationstringRequired

Token-based authentication using Firebase ID Token

Path parameters
idintegerRequired

A unique integer value identifying this user.

Body

Management of User Creation.

idintegerRead-onlyOptional
emailstring · email · max: 255Optional
passwordstringWrite-onlyOptional

Password Write-only attribute.

Responses
chevron-right
200Success
application/json

Management of User Creation.

idintegerRead-onlyRequired
emailstring · email · max: 255Required
passwordstringWrite-onlyRequired

Password Write-only attribute.

patch
/api/users/{id}/
200Success

Last updated