Clay Icon

Authenticating an API Key in Clay: Steps Beyond Curl & Postman

·
·

how do i authenticate an API key in clay when all the documentation has is a curl and a postman screenshot?

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    When making API requests to Clay, you need to include your API key in the request headers using the following format: LBKSAuthorization: Bearer YOUR_API_KEYLBKSFor example, if you're writing your own code or using a different API client: 1. Add a header with the key Authorization 2. Set its value to Bearer followed by your API key 3. Include this header with every request If you're using webhooks, you can alternatively use the x-clay-webhook-auth header with the provided authentication token. The request should also include: ** The appropriate HTTP method (GET, POST, PUT, or DELETE) ** Your API endpoint * Any required query parameters or body data

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Was that helpful?

  • Avatar of Truitt D.
    Truitt D.
    ·
    ·

    yeah i think their server is just down

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    I appreciate your understanding. I'm here if you need any further assistance.

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in 02 Support.