Sorry, you need to enable JavaScript to visit this website.
Skip to main content

Authentication

Entity: apiKey

Attribute Name Type Description Endpoints
apiKey entity The apiKey customer details. POST /auth/apiKey
GET /auth/apiKey
key string The apiKey or the issuer key used to generate the JWT token for authentication. POST /auth/apiKey
GET /auth/apiKey
publicKey string The public key uploaded by the customer while generating apiKey. POST /auth/apiKey
GET /auth/apiKey
createdDate date The date on which the apiKey was created for the customer. POST /auth/apiKey
GET /auth/apiKey
expiresIn integer Time in seconds after which the JWT token created for users expires. POST /auth/apiKey
GET /auth/apiKey

Entity: token

Attribute Name Type Description Endpoints
accessToken string The access token represents the authorization of a client to access Yodlee API v1.1 services. POST auth/token
issuedAt dateTime The date and time the accessToken was created in the system. POST auth/token
expiresIn integer The time in seconds after which the accessToken token created for users or admin expires. POST auth/token