Sure, the whole definition is huge, but this part should be sufficient, let me know if anything’s missing:
{
"id": "5926e21fecf5062f105d61ff",
"name": "Music Cloud",
"slug": "music-cloud",
"api_id": "1df465f1826a478466d3b332d60a02fd",
"org_id": "5909eaeaecf50606045d9f05",
"use_keyless": false,
"use_oauth2": false,
"use_openid": false,
"openid_options": {
"providers": [],
"segregate_by_client": false
},
"oauth_meta": {
"allowed_access_types": [],
"allowed_authorize_types": [],
"auth_login_redirect": ""
},
"auth": {
"use_param": true,
"param_name": "",
"use_cookie": false,
"cookie_name": "",
"auth_header_name": "api_token"
},
"use_basic_auth": false,
"enable_jwt": false,
"use_standard_auth": true,
"enable_coprocess_auth": false,
"jwt_signing_method": "",
"jwt_source": "",
"jwt_identity_base_field": "",
"jwt_client_base_field": "",
"jwt_policy_field_name": "",
"notifications": {
"shared_secret": "",
"oauth_on_keychange_url": ""
},
"enable_signature_checking": false,
"hmac_allowed_clock_skew": -1,
"base_identity_provided_by": "",
"definition": {
"location": "url",
"key": "x-api-version"
},
"version_data": {
"not_versioned": false,
"versions": {
"v0.9": {
"name": "v0.9",
"expires": "",
"paths": {
"ignored": [],
"white_list": [],
"black_list": []
},
"use_extended_paths": true,
"extended_paths": {
"white_list": [
{
"path": "/me/artists",
"method_actions": {
"GET": {
"action": "no_action",
"code": 200,
"data": "",
"headers": {}
}
}
},
...
"url_rewrites": [
{
"path": "/me/artists",
"method": "GET",
"match_pattern": "/me/artists",
"rewrite_to": "http://api.mydomain.com:3000/v1/artists"
},