Integrations
API Integrations
How to integrate and validate Skyverns API
Organizations API Documentation
Get Organizations
Retrieves the organization information for the current authenticated user.
Endpoint
Authentication
This endpoint requires Bearer Token authentication. Include the token in the x-api-key
header of your request.
Response
Successful Response (200 OK)
The API will return a JSON object containing an array of organizations associated with the authenticated user.
organizations
: An array of organization objectsorganization_id
: A unique identifier for the organization (UUID format)organization_name
: The name of the organization
Error Responses
401 Unauthorized
: The request lacks valid authentication credentials403 Forbidden
: The authenticated user does not have permission to access the requested resource500 Internal Server Error
: An unexpected error occurred on the server
Example Request
Using cURL:
Using Python with the requests
library:
Remember to replace your_api_key
with your API Key token retrieved from Skyvern’s setting page