Skip to main content

Arguments

input : ObtainJSONWebTokenInput! required

Input fields that can be used to obtain a Json Web Token (JWT) for authentication to the API.

Returns

ObtainKrakenJSONWebToken

Output type of the obtainKrakenToken mutation.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

Rate Limits

Key Steps
email_from_graphql_input_fields ['5/m']
failed_logins_per_ip ['3/m']
ip ['10/m']
ip_if_email_or_password_in_input ['10/m']

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation ObtainKrakenToken($input: ObtainJSONWebTokenInput!) { obtainKrakenToken(input: $input) { payload refreshExpiresIn refreshToken token } }

Variables

Response

{ "data": { "obtainKrakenToken": { "payload": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType, "refreshExpiresIn": 73, "refreshToken": "me-able-high-best-class", "token": "recent-authority-sister-quite-political" } } }