Error during creating Linode instance from the api

Hello i need a quick support, As i am trying to create a linode instance from the api (POST https://api.linode.com/v4/instances) and here are my parameters ({image: "linode/ubuntu18.04",type: "g6-standard-2",region: "us-east"}) and i setting my personal access token in the autorization Bearer and i geeting this error {
"errors": [
{
"reason": "Not found"
}
]
}

Please Help!

1 Reply

I believe the issue is within the URL that you've listed. The correct URL should be "https://api.linode.com/v4/linode/instances". Could you give this a try and see if you get the same error message?

https://developers.linode.com/api/v4/linode-instances/#post

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct