/
PL
plgd-dev
/
PLGD M2M API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
plgd-dev
PLGD M2M API
post
Creates a new token
v1
latest
OpenAPI 3.0.1
Apache License 2.0
2026-07-17
6
8
11.2 KB
Tokens
Creates a new token
post
/m2m-oauth-server/api/v1/tokens
Request body
PbCreateTokenRequest
required
clientId
string
clientSecret
string
audience
string[]
scope
string[]
expiration
string
int64
clientAssertionType
string
clientAssertion
string
tokenName
string
grantType
string
Response
A successful response.
PbCreateTokenResponse
required
accessToken
string
tokenType
string
expiresIn
string
int64
scope
string[]