# Redirect URL

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/v0/pine-labs/redirect-url:
    post:
      summary: Redirect URL
      deprecated: false
      description: ''
      tags:
        - Expense  ERP Integration/Partner Integration
      parameters:
        - name: jwt-token
          in: query
          description: ''
          required: false
          schema:
            type: string
        - name: sourceUrl
          in: query
          description: ''
          required: false
          schema:
            type: string
        - name: Authorization
          in: header
          description: ''
          required: true
          example: Bearer B6u8D4fc7mZx7GMfX0mJndCdbH4
          schema:
            type: string
        - name: Cookie
          in: header
          description: ''
          required: true
          example: >-
            _cfuvid=gCfKDlnSvo2Y0CoANvUoYtuXXMxZSwJOVAL6_WLVFoM-1758969688941-0.0.1.1-604800000;
            _cfuvid=gVc.tyejRs1fxacdvwEx1hC8eS_eCweYIqPdNq_mCiA-1758972777669-0.0.1.1-604800000;
            JSESSIONID=23FB052BD0A0911F7DC69D2565A398F3
          schema:
            type: string
        - name: Content-Type
          in: header
          description: ''
          required: true
          example: application/json
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties: {}
              x-apidog-orders: []
            example:
              jwt-token: Pine Labs
              sourceUrl: https://card.pineperks.in/eCard=jhdjhfgygdydn3
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apidog-name: Success
      security:
        - bearer: []
      x-apidog-folder: Expense  ERP Integration/Partner Integration
      x-apidog-status: developing
      x-run-in-apidog: https://app.apidog.com/web/project/616243/apis/api-21988941-run
components:
  schemas: {}
  securitySchemes:
    bearer:
      type: http
      scheme: bearer
servers:
  - url: https://ekpayout-uat.enkash.in
    description: Testing Env
security: []

```
