api.spec.methods
Description
Return the list of available API response methods. Try this method in the API Explorer.
HTTP Request method
GET
Arguments
- access_token (
string) — A valid OAuth2 access token (required) - format (
string) — The format in which to return the data. Supported formats are json, jsonp. The default format is json.
Errors
This API method does not define any custom error codes. For the list of error codes common to all API methods please consult the default error codes documentation.
Example request — or take this API method for a spin
curl -X GET 'https://api.sfomuseum.org/rest/?method=api.spec.methods&access_token=<TOKEN>'