Skip to main content

v0/endpoints/{id}/security/jwts REST API Endpoint

Loading...

Updated on
Sep 27, 2024

v0/endpoints/{id}/security/jwts REST API Endpoint

Path Parameters

id
string
REQUIRED
Loading...

Body Parameters

public_key
string
Loading...
kid
string
Loading...
name
string
Loading...

Returns

data
object
Loading...
id
string
Loading...
public_key
string
Loading...
kid
string
Loading...
name
string
Loading...
error
string
Loading...
Request
1
curl -X 'POST' \
2
'https://api.quicknode.com/v0/endpoints/{id}/security/jwts' \
3
-H 'accept: */*' \
4
-H 'x-api-key: YOUR_API_KEY' \
5
-H 'Content-Type: application/json' \
6
-d '{
7
"public_key": "YOUR_PUBLIC_KEY",
8
"kid": "KEY_IDENTIFIER",
9
"name": "JWT_TOKEN_NAME"
10
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free