Create resource server
documentedCreate a new API resource server (API in Auth0).
POST /api/v2/resource-serversManagement APIno implementation yet0 runsInput
name*
Resource Server Name
My API
identifier*
Resource Server Identifier (audience)
https://api.example.com
signing_alg
JWT signing algorithm
RS256
scope_value1
Scope 1 value
read:data
scope_description1
Scope 1 description
Read data
scope_value2
Scope 2 value
write:data
scope_description2
Scope 2 description
Write data
allow_offline_access
Allow offline access (refresh tokens)
true
token_lifetime
Access token lifetime (seconds)
3600
skip_consent
Skip consent for first-party clients
false
enforce_policies
RBAC: enforce policies
true
token_dialect
Token dialect
default
Calls Auth0 as you (your API key is your account); keychains.dev holds the credentials.