<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[EVO ELD DEVELOPER]]></title><description><![CDATA[Thoughts, stories and ideas.]]></description><link>https://developer.evoeld.com/</link><image><url>https://developer.evoeld.com/favicon.png</url><title>EVO ELD DEVELOPER</title><link>https://developer.evoeld.com/</link></image><generator>Ghost 5.60</generator><lastBuildDate>Thu, 30 Apr 2026 00:59:52 GMT</lastBuildDate><atom:link href="https://developer.evoeld.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[How to create an API key?]]></title><description><![CDATA[<p><strong>1. </strong><a href="https://dash.evoeld.com/?ref=developer.evoeld.com"><strong>Click here</strong></a> to log into your EVO ELD account.<br>An API key can be created at the dashboard by the company&apos;s main account at the dashboard: </p><p>2. Scroll to the &quot;More&quot; section from the sidebar navigation -&gt; API Keys page:</p><figure class="kg-card kg-image-card"><img src="https://developer.evoeld.com/content/images/2025/09/image.png" class="kg-image" alt loading="lazy" width="1918" height="793" srcset="https://developer.evoeld.com/content/images/size/w600/2025/09/image.png 600w, https://developer.evoeld.com/content/images/size/w1000/2025/09/image.png 1000w, https://developer.evoeld.com/content/images/size/w1600/2025/09/image.png 1600w, https://developer.evoeld.com/content/images/2025/09/image.png 1918w" sizes="(min-width: 720px) 720px"></figure><p>3. Click the &apos;</p>]]></description><link>https://developer.evoeld.com/how-to-create-api-key/</link><guid isPermaLink="false">661e949e44bf4000017bf37f</guid><dc:creator><![CDATA[EVO ELD]]></dc:creator><pubDate>Wed, 08 May 2024 12:00:08 GMT</pubDate><content:encoded><![CDATA[<p><strong>1. </strong><a href="https://dash.evoeld.com/?ref=developer.evoeld.com"><strong>Click here</strong></a> to log into your EVO ELD account.<br>An API key can be created at the dashboard by the company&apos;s main account at the dashboard: </p><p>2. Scroll to the &quot;More&quot; section from the sidebar navigation -&gt; API Keys page:</p><figure class="kg-card kg-image-card"><img src="https://developer.evoeld.com/content/images/2025/09/image.png" class="kg-image" alt loading="lazy" width="1918" height="793" srcset="https://developer.evoeld.com/content/images/size/w600/2025/09/image.png 600w, https://developer.evoeld.com/content/images/size/w1000/2025/09/image.png 1000w, https://developer.evoeld.com/content/images/size/w1600/2025/09/image.png 1600w, https://developer.evoeld.com/content/images/2025/09/image.png 1918w" sizes="(min-width: 720px) 720px"></figure><p>3. Click the &apos;Add Key&apos; button to initiate the creation process.<br>4. Enter a title for the token for identification purposes, and then click &apos;Generate&apos; to create your API Key.</p><figure class="kg-card kg-image-card"><img src="https://developer.evoeld.com/content/images/2025/09/image-1.png" class="kg-image" alt loading="lazy" width="1918" height="792" srcset="https://developer.evoeld.com/content/images/size/w600/2025/09/image-1.png 600w, https://developer.evoeld.com/content/images/size/w1000/2025/09/image-1.png 1000w, https://developer.evoeld.com/content/images/size/w1600/2025/09/image-1.png 1600w, https://developer.evoeld.com/content/images/2025/09/image-1.png 1918w" sizes="(min-width: 720px) 720px"></figure><p>5. Now you can share your API key, which gives access to 3rd party integrations to access your units&apos; tracking data.</p>]]></content:encoded></item><item><title><![CDATA[Tracking by vin number API]]></title><description><![CDATA[<p>This endpoint provides access to real-time tracking information for vehicles by VIN number in our system. By utilizing this endpoint, you can retrieve data about the location, unit number, VIN, and other relevant information of the tracked vehicle.</p><p><strong>Endpoint: </strong></p><p><em><strong>GET </strong></em>https://read.evoeld.com/api/v2/unit-by-vin/:usdot/:vin</p><p><strong>Auth</strong></p>]]></description><link>https://developer.evoeld.com/tracking-by-vin-number-api/</link><guid isPermaLink="false">661e916744bf4000017bf347</guid><dc:creator><![CDATA[EVO ELD]]></dc:creator><pubDate>Tue, 16 Apr 2024 15:00:00 GMT</pubDate><content:encoded><![CDATA[<p>This endpoint provides access to real-time tracking information for vehicles by VIN number in our system. By utilizing this endpoint, you can retrieve data about the location, unit number, VIN, and other relevant information of the tracked vehicle.</p><p><strong>Endpoint: </strong></p><p><em><strong>GET </strong></em>https://read.evoeld.com/api/v2/unit-by-vin/:usdot/:vin</p><p><strong>Auth Header: </strong></p><p>Key: x-api-key<br>Value: &lt;api key value&gt;</p><p>Key: provider-token<br>provider-token: &lt;provider token value&gt;</p><p><strong>Example: </strong></p><blockquote>cURL:<br>curl --location --request GET &apos;https://read.evoeld.com/api/v2/unit-by-vin/:usdot/:vin&apos; \--header &apos;x-api-key:&apos; --header &apos;provider-token:&apos;<br></blockquote><p>The response to the request will be in the following format below: </p><p>Response:</p><blockquote>{<br> &#xA0;&quot;unit&quot;: {<br> &#xA0; &#xA0;&quot;truck_number&quot;: &quot;string&quot;, <br> &#xA0; &#xA0;&quot;vin&quot;: &#x201C;string&#x201D;, <br> &#xA0; &#xA0;&quot;coordinates&quot;: { &quot;lat&quot;: 0.0,&quot;lng&quot;: 0.0 }, <br> &#xA0; &#xA0;&#x201C;timestamp&#x201D;: iso string date <br> &#xA0;}<br>}</blockquote><blockquote>cURL:<br><br>curl --location --request GET &apos;https://read.evoeld.com/api/unit-by-vin/123456/3AKASSDE8KSKE7123&apos; \--header &apos;x-api-key: fb257x4asdasda2nasd1h9a3ea&apos; --header &apos;provider-token:fz7emfv123dasdasfoasdasdaasdasd9a3ea&apos;</blockquote>]]></content:encoded></item><item><title><![CDATA[Tracking API]]></title><description><![CDATA[<p>This endpoint provides access to real-time tracking information for vehicles in our system. By utilizing this endpoint, you can retrieve data about the location, unit number, VIN, and other relevant information of tracked vehicles.</p><p><strong>Endpoint: </strong></p><p><em><strong>GET </strong></em>https://read.evoeld.com/api/v2/units-by-usdot/:usdot</p><p><strong>Auth Header: </strong></p><p>Key: x-api-key<br>Value: &lt;</p>]]></description><link>https://developer.evoeld.com/tracking-api/</link><guid isPermaLink="false">661e91d144bf4000017bf359</guid><dc:creator><![CDATA[EVO ELD]]></dc:creator><pubDate>Tue, 16 Apr 2024 14:00:00 GMT</pubDate><content:encoded><![CDATA[<p>This endpoint provides access to real-time tracking information for vehicles in our system. By utilizing this endpoint, you can retrieve data about the location, unit number, VIN, and other relevant information of tracked vehicles.</p><p><strong>Endpoint: </strong></p><p><em><strong>GET </strong></em>https://read.evoeld.com/api/v2/units-by-usdot/:usdot</p><p><strong>Auth Header: </strong></p><p>Key: x-api-key<br>Value: &lt;api key value&gt;</p><p>Key: provider-token<br>Value: &lt;provider token value&gt;</p><p><strong>Example: </strong></p><blockquote>cURL:<br>curl --location --request GET &apos;https://read.evoeld.com/api/v2/units-by-usdot/:usdot&apos; \--header &apos;x-api-key:&apos; --header &apos;provider-token:&apos;<br></blockquote><p>The response to the request will be in the following format below: </p><p>Response:</p><blockquote>{<br>&quot;units&quot;: [{<br>&quot;truck_number&quot;: &quot;string&quot;, <br>&quot;vin&quot;: &#x201C;string&#x201D;, <br>&quot;coordinates&quot;: { &quot;lat&quot;: 0.0,&quot;lng&quot;: 0.0 }, <br>&#x201C;timestamp&#x201D;: iso string date <br>}, {...}, {...} ]<br>}</blockquote><blockquote>cURL:<br><br>curl --location --request GET &apos;https://read.evoeld.com/api/v2/units-by-usdot/123456&apos; \--header &apos;x-api-key: fb257asdasdasdasdn872r123123asda3ea&apos; &#xA0;--header &apos;provider-token:fz7easdasdas1231edsftg1sdfsdfas1231fgdsfsdd3ea&apos;</blockquote><p><a href="https://developer.evoeld.com/tracking-by-vin-number-api/">Tracking by vin number API</a></p>]]></content:encoded></item></channel></rss>