curl --request GET \
--url https://dev.flextell.ai/api/v1/customers/{customerId}/form \
--header 'Authorization: Bearer <token>'{
"success": "<string>",
"data": {
"current_page": 123,
"data": "<string>",
"first_page_url": "<string>",
"from": 123,
"last_page": 123,
"last_page_url": "<string>",
"links": {},
"next_page_url": "<string>",
"path": "<string>",
"per_page": 123,
"prev_page_url": "<string>",
"to": 123,
"total": 123
}
}The access token received from the authorization server in the OAuth 2.0 flow.
Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.
The customer identifier
1 <= x <= 100x >= 1id, status, completed_at, created_at, updated_at asc, desc pending, completed, reviewed x >= 1curl --request GET \
--url https://dev.flextell.ai/api/v1/customers/{customerId}/form \
--header 'Authorization: Bearer <token>'{
"success": "<string>",
"data": {
"current_page": 123,
"data": "<string>",
"first_page_url": "<string>",
"from": 123,
"last_page": 123,
"last_page_url": "<string>",
"links": {},
"next_page_url": "<string>",
"path": "<string>",
"per_page": 123,
"prev_page_url": "<string>",
"to": 123,
"total": 123
}
}