- Home
- Technical Library
- Boards
- Cookbook
- Code Share
- Blogs
- Partners
-
More
-
Services
- Training & Certification
- Support
-
Galleries
- Force.com Sites Gallery
- Chatter Challenge Entries
-
Other Web Sites
- Salesforce.com
- Database.com
- AppExchange
- CRM Community
-
Discussions
- Announcements
- General Development
- Schema Development
- New to Cloud Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules Discussion
- Security
- Mobile
- Force.com Sites
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby Development
- Adobe Flash Builder for Force.com
- Desktop Integration
- REST API Integration
- Streaming API
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- Excel Connector
- AJAX Toolkit & S-controls
- Force.com Builder & Native Apps
- AppExchange Directory & Packaging
- Force.com Labs Projects
- Open Source
- Site.com
- Jobs Board - Administrators
- Jobs Board - Developers
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- REST API Integration
- :
- Re: How can I enable the REST API?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How can I enable the REST API?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-28-2010 10:12 PM
I'm getting ready to release some PHP example code for the REST API, and I think I'm close but I'm hitting a problem. I've made it through the OAuth dance, but I'm receiving this error response when I actually try to make an API call:
[{"message":"The REST API is currently in pilot, and is not enabled for your organization.","errorCode":"API_DISABLED_FOR_ORG"}
From the previous thread I understand that this is a separate permission from the main API one that's enabled by default for Developer Edition accounts. How can I turn that permission on?
Here's the code as it stands:
http://github.com/petewarden/salesforce_restphp_ex
And here's a live demo:
https://www.openheatmap.com/labs/salesforce_restph
Re: How can I enable the REST API?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-28-2010 10:36 PM
Re: How can I enable the REST API?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-28-2010 11:21 PM
Thanks for the reply Simon. I'd already registered for the webinar, but I went through the process at https://www.developerforce.com/events/rest_develop
Any thoughts on other things I can try to help track down what's wrong?
Re: How can I enable the REST API?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-29-2010 02:55 AM
I have the same issue :-(
Although I have more than one dev account, I am pretty sure that the account through which I registered for the webinar is
the same one I am using to try out the REST explorer.
In the webinar it was mentioned that "if it does not work (i.e not enabled), please email <cannot remember>"
Anyone know whom I can email ?
Thanks
Re: How can I enable the REST API?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-29-2010 11:29 AM
Hi Pete,
Our Dev Evangelist team is checking the process.
In the mean time I have enabled your Org.
Cheers,
--alex
Re: How can I enable the REST API?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-29-2010 11:36 AM
Hey guys,
If you've signed up for the Dev Preview but your org wasn't enabled, please email me directly at dle@salesforce.com with your Developer Edition username.
Thanks!
Dana
Re: How can I enable the REST API?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-29-2010 01:55 PM
Thanks everyone, I'm now up and running and have released my short guide to getting started with REST version of the API in PHP:
Re: How can I enable the REST API?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-19-2011 06:06 AM
I am trying to use REST API in my Rails application. But I amgettinh the error mentioned below.
Databasedotcom::SalesForceError: The REST API is not enabled for this Organization.
My Organization id is : 00D90000000bGNb
Regards,
Basit Shaikh
Re: How can I enable the REST API?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-12-2012 03:33 PM
I too am having this issue. Is it my developer account that needs to be enabled or the account for the user? I've gone to http://developer.force.com/REST and don't see anything about registration. Since it's over a year later, I'm assuming that's no longer necessary. Thanks.

