soundcloud-api-ts - v1.13.4
    Preparing search index...

    Interface SoundCloudConnection

    A connected external social account linked to the authenticated user's profile.

    This endpoint may require elevated API access or app approval.

    interface SoundCloudConnection {
        created_at: string;
        display_name: string;
        id: number;
        kind: string;
        post_favorite?: boolean;
        post_publish?: boolean;
        service: string;
        uri: string;
    }
    Index

    Properties

    created_at: string

    ISO 8601 timestamp of when the connection was created

    display_name: string

    Display name for this connection

    id: number

    Unique numeric ID of this connection

    kind: string

    Resource type, always "connection"

    Optionalpost_favorite

    post_favorite?: boolean

    Whether favorites to this service are enabled

    Optionalpost_publish

    post_publish?: boolean

    Whether posts to this service are enabled

    service: string

    External service name (e.g. "twitter", "facebook", "instagram", "youtube", "tumblr", "pinterest", "myspace", "flickr")

    uri: string

    API resource URI for this connection