API Keys are sensitive credentials. Store them securely and never expose them in client-side code.
Returns
List of newly created API tokens. See ApiToken.
Arguments
Example
mutation CreateApiTokens($input: CreateApiTokensInput) {
createApiTokens(input: $input) {
id
token
expiresTimeString
requestLimit
remaining
}
}
Playground