Get incorporation request
Get incorporation request
curl --request GET \
--url http://staging.api.commenda.io/api/v1/incorporation-requests/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "<string>",
"country": "US",
"corporationTypeInfo": {
"US": {
"state": "DE",
"corporationType": "CCorp"
},
"IN": {
"state": "KA",
"corporationType": "PvtLtd"
}
},
"status": "NotSubmitted",
"signedFormUrl": "https://app.commenda.io/incorporate/us/bf98ab92-4271-4ce8-a77a-742abefad853?key=1MO/rp2/LekU9aI3dNW5nj19U+VLw7PF1GOo5unzyR4"
},
"message": "Successfully updated incorporation request."
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the incorporation request to retrieve.
Response
Unique identifier for this incorporation request.
ISO 3166 2-letter country code. Ex: US, IN, GB.
"US"
Exactly one of these fields should be set, matching the selected incorporation country. More options coming soon.
US-specific incorporation options.
India-specific incorporation options.
NotSubmitted
, InProgress
, NeedsAdditionalInfo
, Succeeded
, Failed
A signed URL that customers can visit to upload their incorporation information. Valid for 24 hours.
"https://app.commenda.io/incorporate/us/bf98ab92-4271-4ce8-a77a-742abefad853?key=1MO/rp2/LekU9aI3dNW5nj19U+VLw7PF1GOo5unzyR4"
"Successfully updated incorporation request."
Was this page helpful?
curl --request GET \
--url http://staging.api.commenda.io/api/v1/incorporation-requests/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "<string>",
"country": "US",
"corporationTypeInfo": {
"US": {
"state": "DE",
"corporationType": "CCorp"
},
"IN": {
"state": "KA",
"corporationType": "PvtLtd"
}
},
"status": "NotSubmitted",
"signedFormUrl": "https://app.commenda.io/incorporate/us/bf98ab92-4271-4ce8-a77a-742abefad853?key=1MO/rp2/LekU9aI3dNW5nj19U+VLw7PF1GOo5unzyR4"
},
"message": "Successfully updated incorporation request."
}