Skip to main content
POST
/
integrations
/
lookups
/
entities
Create Entity Lookup
curl --request POST \
  --url https://v1.api.flux-os.com/integrations/lookups/entities \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --header 'x-user-id: <api-key>' \
  --data '
{
  "name": "<string>",
  "start_date": "2023-12-25",
  "end_date": null
}
'
{}

Authorizations

x-api-key
string
header
required
x-user-id
string
header
required

Body

application/json
name
string
required
start_date
string<date>
required
entity
object
organization
object
end_date
string<date> | null

Response

Entity lookup created

data
object