POST
/
api
/
end_user_entities
/
{entity_heron_id}
/
attributes
/
{attribute_heron_id}
/
sources
curl --request POST \
  --url https://app.herondata.io/api/end_user_entities/{entity_heron_id}/attributes/{attribute_heron_id}/sources \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "sort_order": 123,
  "source_config": {},
  "source_type": "parsed_end_user_file"
}'
{
  "heron_id": "<string>",
  "sort_order": 123,
  "source_config": {},
  "source_type": "parsed_end_user_file"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

entity_heron_id
string
required
attribute_heron_id
string
required

Body

application/json
sort_order
integer
source_config
object
source_type
enum<string>
Available options:
parsed_end_user_file,
api,
rel_6,
end_user_enricher,
company_attribute

Response

200 - application/json
OK
heron_id
string
sort_order
integer
source_config
object
source_type
enum<string>
Available options:
parsed_end_user_file,
api,
rel_6,
end_user_enricher,
company_attribute