Connecting to DVLA API
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
I have followed the instruction on the DVLA's website and I have also looked at a workflow posted by another used that seems to have worked.
However I keep getting the same error
Can anyone help?
Thanks in advance
C
Solved! Go to Solution.
- Labels:
- API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hey @c_s_f
Can you please share whats within the 'DownloadHeaders' Section?
Thanks,
TheOC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Try wrapping your request in the brackets { }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Brandon,
I had tried that already and it didn't work.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi
Apologies, not sure what you mean. I assume that it's not in the workflow because i attached it. are you referring to the DVLA website?
Thanks for the help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @theoOC
Apologies, not sure what you mean. I assume that it's not in the workflow because i attached it. are you referring to the DVLA website?
Thanks for the help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Your error specifically states that your request body is in an invalid format:
Try putting it in the query string/body section
and make sure you are using squiggly brackets, not square brackets
{"registrationNumber":"TE57VRN"}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
