Skip to main content

Get Preset

GET 

https://api.rapidcompact.com/api/preset/:id

Request

Path Parameters

    id integerrequired

    The id of the preset

    Example: 281

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Responses

success

Schema
    id integer
    name string
    config string
    rpdx_version string
    user_id integer
    created_at string
    updated_at string

Authorization: http

name: defaulttype: httpscheme: bearerdescription: 
curl -L 'https://api.rapidcompact.com/api/preset/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.rapidcompact.com
Auth
Parameters
— pathrequired
— header
— header
— header
ResponseClear

Click the Send API Request button above and see the response here!