Authorization
Bearer <YOUR-API-KEY>
id
and type
obtained in the previous step. This only needs to be done once.id
obtained in the previous step with the run_profile
key. After, you can poll the status of your run and get the result./v1/routing/profiles/integration/streets
endpoint with a JSON
payload that follows this schema:name
"Sample Streets integration key"
string
description
"Sample Streets integration description"
string
id
"streets-key"
string
id
and type
, as you will need them to add the integration to your run profile.PUT /v1/routing/profiles/integration/streets/{profile_id}
endpoint with a JSON
payload that follows the same schema as when creating a new integration (described in the table above). Note that you may not modify the original id
.