/
/Supabase API (v1)
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2mo ago · Updated 2mo ago
Advisors2
Analytics5
Auth18
  • getGet the signing key information for the JWT secret imported as signing key for this project. This endpoint will be removed in the future, check for HTTP 404 Not Found.
  • postSet up the project's existing JWT secret as an in_use JWT signing key. This endpoint will be removed in the future always check for HTTP 404 Not Found.
  • getList all signing keys for the project
  • postCreate a new signing key for the project in standby status
  • getGet information about a signing key
  • deleteRemove a signing key from a project. Only possible if the key has been in revoked status for a while.
  • patchUpdate a signing key, mainly its status
  • getGets project's auth config
  • patchUpdates a project's auth config
  • getLists all third-party auth integrations
  • postCreates a new third-party auth integration
  • getGet a third-party integration
  • deleteRemoves a third-party auth integration
  • getLists all SSO providers
  • postCreates a new SSO provider
  • getGets a SSO provider by its UUID
  • putUpdates a SSO provider by its UUID
  • deleteRemoves a SSO provider by its UUID
Billing3
Database46
Domains9
Edge Functions8
Environments17
OAuth4
Organizations7
Profile1
Projects29
Realtime3
Rest2
Secrets12
Storage3
    Auth

    List all signing keys for the project

    get/v1/projects/{ref}/config/auth/signing-keys

    Path parameters

    refstring required
    Example:abcdefghijklmnopqrst

    Project ref

    Response

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.