Skip to content

Inatur API V1

Servers

Description URL
Primary external Inatur API endpoint. https://inatur.no/api/external

Endpoints


GET /sales-pages/{id}

Input parameters

Parameter In Type Default Nullable Description
id path string No

Response 200 OK

{
    "title": "string",
    "status": "created",
    "description": "string"
}
⚠️ This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.

Schema of the response body
{
    "type": "object",
    "required": [
        "title",
        "status",
        "description"
    ],
    "properties": {
        "title": {
            "type": "string"
        },
        "status": {
            "type": "string",
            "enum": [
                "created"
            ]
        },
        "description": {
            "type": "string"
        }
    }
}

Schemas

SalesPageResponse

Name Type
description string
status string
title string

Versions

Type: string