Skip to main content
GET
/
.well-known
/
jwks.json
Jwks Endpoint
curl --request GET \
  --url https://api.member.dev/.well-known/jwks.json \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Send platform JWTs, contact JWTs, or team API keys as Authorization: Bearer <token>.

Response

200 - application/vnd.api+json

Successful Response

The response is of type Response Well-Known.Get Well-Known Jwks Json · object.