Skip to main content
POST
/
socials
/
portal
Create a hosted connect portal
curl --request POST \
  --url https://api.crevio.co/v1/socials/portal \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "redirect_url": "<string>",
  "platforms": []
}
'
{
  "error": {
    "type": "invalid_request_error",
    "code": "authentication_required",
    "message": "You did not provide an API key."
  }
}

Documentation Index

Fetch the complete documentation index at: https://crevio.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Body

application/json
redirect_url
string
required
platforms
enum<string>[]
Available options:
twitter,
linkedin,
instagram,
facebook,
youtube,
tiktok,
pinterest,
threads,
reddit,
bluesky

Response

Authentication required

error
object
required