---
title: "Cobrand Login"
method: POST
path: "/cobrand/login"
tags: ["Cobrand"]
---

# Cobrand Login

`POST /cobrand/login`

The cobrand login service authenticates a cobrand.<br>Cobrand session in the response includes the cobrand session token (cobSession) <br>which is used in subsequent API calls like registering or signing in the user. <br>The idle timeout for a cobrand session is 2 hours and the absolute timeout is 24 hours. This service can be <br>invoked to create a new cobrand session token. <br><b>Note:</b> This endpoint is deprecated for customers using the API Key-based authentication and is applicable only to customers who use the SAML-based authentication.<br>The content type has to be passed as application/json for the body parameter. <br>

## Request body

- CobrandLoginRequest
  - `cobrand` Cobrand, required
    - `cobrandLogin` string, required
    - `cobrandPassword` string, required
    - `locale` string — The customer's locale that will be considered for the localization functionality.<br><br><b>Endpoints</b>:<ul><li>POST cobrand/login</li></ul>

## Response `200`

OK

## Other responses

- `400` — Y800 : Invalid value for cobrandParam
- `401` — Y003 : Account is locked, contact Yodlee customer care<br>Y001 : User name and password required
- `404` — Not Found

---

[API](https://skmtc.net/yodlee/apis/yodlee-core-apis.md) · [All operations](https://skmtc.net/yodlee/apis/yodlee-core-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yodlee/yodlee-core-apis/versions/3bc0042deba8/schema)
