{
    "issuer": "https://www.icorkfloor.com",
    "authorization_endpoint": "https://www.icorkfloor.com/wp-admin/authorize-application.php",
    "token_endpoint": "https://www.icorkfloor.com/wp-json/",
    "response_types_supported": [
        "code"
    ],
    "grant_types_supported": [
        "application_password"
    ],
    "token_endpoint_auth_methods_supported": [
        "basic"
    ],
    "scopes_supported": [
        "read",
        "write"
    ],
    "service_documentation": "https://developer.wordpress.org/rest-api/reference/application-passwords/"
}