Skip to main content
GET
/
postures
List postures
curl --request GET \
  --url https://api.mnemom.ai/v1/postures \
  --header 'Authorization: Bearer <token>'
{
  "postures": [
    {
      "posture_id": "<string>",
      "slug": "<string>",
      "name": "<string>",
      "is_default": true,
      "current_revision_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "org_id": "<string>",
      "owner_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "deleted_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Query Parameters

org_id
string

Limit to platform-defaults + this org's postures.

include_platform
boolean
default:true
include_deleted
boolean
default:false

Response

Postures listing.

postures
object[]
required