curl --request GET \
--url https://platform.kodexa.ai/api/intakes/{id} \
--header 'x-api-key: <api-key>'{
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"organization": {
"authGroupLink": {
"authGroup": "<string>"
},
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"defaultToPrivateTemplates": true,
"description": "<string>",
"enterpriseOrganization": true,
"features": {},
"hasImage": true,
"id": "<string>",
"memory": {
"orderedDashboards": [
"<string>"
]
},
"name": "<string>",
"organizationStatus": "<string>",
"properties": {},
"publicAccess": true,
"searchText": "<string>",
"slug": "<string>",
"stripeCustomerId": "<string>",
"supportAccess": true,
"supportAccessExpiresAt": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
},
"organizationId": "<string>",
"slug": "<string>",
"store": "aSDinaTvuI8gbWludGxpZnk=",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Retrieves a single Intake by its unique identifier. Intakes configure how documents are ingested from external sources.
curl --request GET \
--url https://platform.kodexa.ai/api/intakes/{id} \
--header 'x-api-key: <api-key>'{
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"organization": {
"authGroupLink": {
"authGroup": "<string>"
},
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"defaultToPrivateTemplates": true,
"description": "<string>",
"enterpriseOrganization": true,
"features": {},
"hasImage": true,
"id": "<string>",
"memory": {
"orderedDashboards": [
"<string>"
]
},
"name": "<string>",
"organizationStatus": "<string>",
"properties": {},
"publicAccess": true,
"searchText": "<string>",
"slug": "<string>",
"stripeCustomerId": "<string>",
"supportAccess": true,
"supportAccessExpiresAt": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
},
"organizationId": "<string>",
"slug": "<string>",
"store": "aSDinaTvuI8gbWludGxpZnk=",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The Intake
An intake configures how documents are ingested from external sources.